GoogleCloudDataplexV1DataProductAccessGroup constructor
GoogleCloudDataplexV1DataProductAccessGroup({
- String? description,
- String? displayName,
- String? id,
- GoogleCloudDataplexV1DataProductPrincipal? principal,
Implementation
GoogleCloudDataplexV1DataProductAccessGroup({
this.description,
this.displayName,
this.id,
this.principal,
});