GoogleCloudDatacatalogV1SystemTimestamps constructor

GoogleCloudDatacatalogV1SystemTimestamps({
  1. String? createTime,
  2. String? expireTime,
  3. String? updateTime,
})

Implementation

GoogleCloudDatacatalogV1SystemTimestamps({
  this.createTime,
  this.expireTime,
  this.updateTime,
});