GoogleCloudDataplexV1DataDomain constructor

GoogleCloudDataplexV1DataDomain({
  1. GoogleCloudDataplexV1Contacts? contacts,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. Map<String, String>? labels,
  6. String? name,
  7. String? parentDataDomain,
  8. GoogleIamV1ResourcePolicyMember? policyMember,
  9. String? uid,
  10. String? updateTime,
})

Implementation

GoogleCloudDataplexV1DataDomain({
  this.contacts,
  this.createTime,
  this.description,
  this.displayName,
  this.labels,
  this.name,
  this.parentDataDomain,
  this.policyMember,
  this.uid,
  this.updateTime,
});