Package-level declarations

Types

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)
data class DocumentAiWarehouseDocumentSchemaPropertyDefinitionEnumTypeOptions(val possibleValues: List<String>, val validationCheckDisabled: Boolean? = null)