DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgs

constructor(dateTimeTypeOptions: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionDateTimeTypeOptionsArgs>? = null, displayName: Output<String>? = null, enumTypeOptions: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionEnumTypeOptionsArgs>? = null, floatTypeOptions: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionFloatTypeOptionsArgs>? = null, integerTypeOptions: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionIntegerTypeOptionsArgs>? = null, isFilterable: Output<Boolean>? = null, isMetadata: Output<Boolean>? = null, isRepeatable: Output<Boolean>? = null, isRequired: Output<Boolean>? = null, isSearchable: Output<Boolean>? = null, mapTypeOptions: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionMapTypeOptionsArgs>? = null, name: Output<String>, propertyTypeOptions: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionPropertyTypeOptionsArgs>? = null, retrievalImportance: Output<String>? = null, schemaSources: Output<List<DocumentAiWarehouseDocumentSchemaPropertyDefinitionSchemaSourceArgs>>? = null, textTypeOptions: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionTextTypeOptionsArgs>? = null, timestampTypeOptions: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionTimestampTypeOptionsArgs>? = null)