GoogleCloudContentwarehouseV1Property constructor
GoogleCloudContentwarehouseV1Property({
- GoogleCloudContentwarehouseV1DateTimeArray? dateTimeValues,
- GoogleCloudContentwarehouseV1EnumArray? enumValues,
- GoogleCloudContentwarehouseV1FloatArray? floatValues,
- GoogleCloudContentwarehouseV1IntegerArray? integerValues,
- GoogleCloudContentwarehouseV1MapProperty? mapProperty,
- String? name,
- GoogleCloudContentwarehouseV1PropertyArray? propertyValues,
- GoogleCloudContentwarehouseV1TextArray? textValues,
- GoogleCloudContentwarehouseV1TimestampArray? timestampValues,
Implementation
GoogleCloudContentwarehouseV1Property({
this.dateTimeValues,
this.enumValues,
this.floatValues,
this.integerValues,
this.mapProperty,
this.name,
this.propertyValues,
this.textValues,
this.timestampValues,
});