GoogleCloudDataplexV1DataProduct constructor

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

Implementation

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