GoogleCloudContentwarehouseV1TimestampValue constructor

GoogleCloudContentwarehouseV1TimestampValue({
  1. String? textValue,
  2. String? timestampValue,
})

Implementation

GoogleCloudContentwarehouseV1TimestampValue({
  this.textValue,
  this.timestampValue,
});