GoogleCloudContentwarehouseV1Value constructor
GoogleCloudContentwarehouseV1Value({
- bool? booleanValue,
- GoogleTypeDateTime? datetimeValue,
- GoogleCloudContentwarehouseV1EnumValue? enumValue,
- double? floatValue,
- int? intValue,
- String? stringValue,
- GoogleCloudContentwarehouseV1TimestampValue? timestampValue,
Implementation
GoogleCloudContentwarehouseV1Value({
this.booleanValue,
this.datetimeValue,
this.enumValue,
this.floatValue,
this.intValue,
this.stringValue,
this.timestampValue,
});