customMetadata property

List<CustomMetadata> customMetadata
final

Optional. User provided custom metadata stored as key-value pairs used for querying. A Document can have a maximum of 20 CustomMetadata.

Implementation

final List<CustomMetadata> customMetadata;