GoogleCloudDataplexV1DataProduct constructor

GoogleCloudDataplexV1DataProduct({
  1. GoogleCloudDataplexV1DataProductAccessApprovalConfig? accessApprovalConfig,
  2. Map<String, GoogleCloudDataplexV1DataProductAccessGroup>? accessGroups,
  3. int? assetCount,
  4. String? createTime,
  5. String? description,
  6. String? displayName,
  7. String? etag,
  8. String? icon,
  9. Map<String, String>? labels,
  10. String? name,
  11. List<String>? ownerEmails,
  12. String? uid,
  13. String? updateTime,
})

Implementation

GoogleCloudDataplexV1DataProduct({
  this.accessApprovalConfig,
  this.accessGroups,
  this.assetCount,
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.icon,
  this.labels,
  this.name,
  this.ownerEmails,
  this.uid,
  this.updateTime,
});