GoogleCloudContentwarehouseV1Value constructor

GoogleCloudContentwarehouseV1Value({
  1. bool? booleanValue,
  2. GoogleTypeDateTime? datetimeValue,
  3. GoogleCloudContentwarehouseV1EnumValue? enumValue,
  4. double? floatValue,
  5. int? intValue,
  6. String? stringValue,
  7. GoogleCloudContentwarehouseV1TimestampValue? timestampValue,
})

Implementation

GoogleCloudContentwarehouseV1Value({
  this.booleanValue,
  this.datetimeValue,
  this.enumValue,
  this.floatValue,
  this.intValue,
  this.stringValue,
  this.timestampValue,
});