GoogleCloudContentwarehouseV1PropertyDefinition constructor
GoogleCloudContentwarehouseV1PropertyDefinition({
- GoogleCloudContentwarehouseV1DateTimeTypeOptions? dateTimeTypeOptions,
- String? displayName,
- GoogleCloudContentwarehouseV1EnumTypeOptions? enumTypeOptions,
- GoogleCloudContentwarehouseV1FloatTypeOptions? floatTypeOptions,
- GoogleCloudContentwarehouseV1IntegerTypeOptions? integerTypeOptions,
- bool? isFilterable,
- bool? isMetadata,
- bool? isRepeatable,
- bool? isRequired,
- bool? isSearchable,
- GoogleCloudContentwarehouseV1MapTypeOptions? mapTypeOptions,
- String? name,
- GoogleCloudContentwarehouseV1PropertyTypeOptions? propertyTypeOptions,
- String? retrievalImportance,
- List<
GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource> ? schemaSources, - GoogleCloudContentwarehouseV1TextTypeOptions? textTypeOptions,
- GoogleCloudContentwarehouseV1TimestampTypeOptions? timestampTypeOptions,
Implementation
GoogleCloudContentwarehouseV1PropertyDefinition({
this.dateTimeTypeOptions,
this.displayName,
this.enumTypeOptions,
this.floatTypeOptions,
this.integerTypeOptions,
this.isFilterable,
this.isMetadata,
this.isRepeatable,
this.isRequired,
this.isSearchable,
this.mapTypeOptions,
this.name,
this.propertyTypeOptions,
this.retrievalImportance,
this.schemaSources,
this.textTypeOptions,
this.timestampTypeOptions,
});