GoogleCloudDataplexV1Zone constructor

GoogleCloudDataplexV1Zone({
  1. GoogleCloudDataplexV1AssetStatus? assetStatus,
  2. String? createTime,
  3. String? description,
  4. GoogleCloudDataplexV1ZoneDiscoverySpec? discoverySpec,
  5. String? displayName,
  6. Map<String, String>? labels,
  7. String? name,
  8. GoogleCloudDataplexV1ZoneResourceSpec? resourceSpec,
  9. String? state,
  10. String? type,
  11. String? uid,
  12. String? updateTime,
})

Implementation

GoogleCloudDataplexV1Zone({
  this.assetStatus,
  this.createTime,
  this.description,
  this.discoverySpec,
  this.displayName,
  this.labels,
  this.name,
  this.resourceSpec,
  this.state,
  this.type,
  this.uid,
  this.updateTime,
});