GoogleCloudDataplexV1LakeMetastoreStatus constructor

GoogleCloudDataplexV1LakeMetastoreStatus({
  1. String? endpoint,
  2. String? message,
  3. String? state,
  4. String? updateTime,
})

Implementation

GoogleCloudDataplexV1LakeMetastoreStatus({
  this.endpoint,
  this.message,
  this.state,
  this.updateTime,
});