Document Ai Warehouse Document Schema Property Definition Property Type Options Property Definition
data class DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinition(val dateTimeTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionDateTimeTypeOptions? = null, val displayName: String? = null, val enumTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionEnumTypeOptions? = null, val floatTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionFloatTypeOptions? = null, val integerTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionIntegerTypeOptions? = null, val isFilterable: Boolean? = null, val isMetadata: Boolean? = null, val isRepeatable: Boolean? = null, val isRequired: Boolean? = null, val isSearchable: Boolean? = null, val mapTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionMapTypeOptions? = null, val name: String, val retrievalImportance: String? = null, val schemaSources: List<DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionSchemaSource>? = null, val textTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionTextTypeOptions? = null, val timestampTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionTimestampTypeOptions? = null)
Constructors
Link copied to clipboard
constructor(dateTimeTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionDateTimeTypeOptions? = null, displayName: String? = null, enumTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionEnumTypeOptions? = null, floatTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionFloatTypeOptions? = null, integerTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionIntegerTypeOptions? = null, isFilterable: Boolean? = null, isMetadata: Boolean? = null, isRepeatable: Boolean? = null, isRequired: Boolean? = null, isSearchable: Boolean? = null, mapTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionMapTypeOptions? = null, name: String, retrievalImportance: String? = null, schemaSources: List<DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionSchemaSource>? = null, textTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionTextTypeOptions? = null, timestampTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionTimestampTypeOptions? = null)
Properties
Link copied to clipboard
val dateTimeTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionDateTimeTypeOptions? = null
Date time property. Not supported by CMEK compliant deployment.
Link copied to clipboard
The display-name for the property, used for front-end.
Link copied to clipboard
val enumTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionEnumTypeOptions? = null
Enum/categorical property. Structure is documented below.
Link copied to clipboard
Link copied to clipboard
val integerTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionIntegerTypeOptions? = null
Integer property.
Link copied to clipboard
Whether the property can be filtered. If this is a sub-property, all the parent properties must be marked filterable.
Link copied to clipboard
Whether the property is user supplied metadata.
Link copied to clipboard
Whether the property can have multiple values.
Link copied to clipboard
Whether the property is mandatory.
Link copied to clipboard
Indicates that the property should be included in a global search.
Link copied to clipboard
Link copied to clipboard
Stores the retrieval importance. Possible values are: HIGHEST
, HIGHER
, HIGH
, MEDIUM
, LOW
, LOWEST
.
Link copied to clipboard
val schemaSources: List<DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionSchemaSource>? = null
The schema source information. Structure is documented below.
Link copied to clipboard
Link copied to clipboard
val timestampTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionTimestampTypeOptions? = null
Timestamp property. Not supported by CMEK compliant deployment.