GoogleCloudDataplexV1DataProduct constructor
GoogleCloudDataplexV1DataProduct({
- GoogleCloudDataplexV1DataProductAccessApprovalConfig? accessApprovalConfig,
- Map<
String, GoogleCloudDataplexV1DataProductAccessGroup> ? accessGroups, - int? assetCount,
- String? createTime,
- String? description,
- String? displayName,
- String? etag,
- String? icon,
- Map<
String, String> ? labels, - String? name,
- List<
String> ? ownerEmails, - String? uid,
- 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,
});