Package-level declarations
Types
Link copied to clipboard
data class DocumentAiWarehouseDocumentSchemaPropertyDefinition(val dateTimeTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionDateTimeTypeOptions? = null, val displayName: String? = null, val enumTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionEnumTypeOptions? = null, val floatTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionFloatTypeOptions? = null, val integerTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionIntegerTypeOptions? = null, val isFilterable: Boolean? = null, val isMetadata: Boolean? = null, val isRepeatable: Boolean? = null, val isRequired: Boolean? = null, val isSearchable: Boolean? = null, val mapTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionMapTypeOptions? = null, val name: String, val propertyTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptions? = null, val retrievalImportance: String? = null, val schemaSources: List<DocumentAiWarehouseDocumentSchemaPropertyDefinitionSchemaSource>? = null, val textTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionTextTypeOptions? = null, val timestampTypeOptions: DocumentAiWarehouseDocumentSchemaPropertyDefinitionTimestampTypeOptions? = null)
Link copied to clipboard
data class DocumentAiWarehouseDocumentSchemaPropertyDefinitionEnumTypeOptions(val possibleValues: List<String>, val validationCheckDisabled: Boolean? = null)
Link copied to clipboard
Link copied to clipboard
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)
Link copied to clipboard
data class DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionEnumTypeOptions(val possibleValues: List<String>, val validationCheckDisabled: Boolean? = null)
Document Ai Warehouse Document Schema Property Definition Property Type Options Property Definition Schema Source
Link copied to clipboard
data class DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsPropertyDefinitionSchemaSource(val name: String? = null, val processorType: String? = null)
Link copied to clipboard
data class DocumentAiWarehouseDocumentSchemaPropertyDefinitionSchemaSource(val name: String? = null, val processorType: String? = null)