GoogleCloudDataplexV1Lake constructor

GoogleCloudDataplexV1Lake({
  1. GoogleCloudDataplexV1AssetStatus? assetStatus,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. Map<String, String>? labels,
  6. GoogleCloudDataplexV1LakeMetastore? metastore,
  7. GoogleCloudDataplexV1LakeMetastoreStatus? metastoreStatus,
  8. String? name,
  9. String? serviceAccount,
  10. String? state,
  11. String? uid,
  12. String? updateTime,
})

Implementation

GoogleCloudDataplexV1Lake({
  this.assetStatus,
  this.createTime,
  this.description,
  this.displayName,
  this.labels,
  this.metastore,
  this.metastoreStatus,
  this.name,
  this.serviceAccount,
  this.state,
  this.uid,
  this.updateTime,
});