GoogleCloudDataplexV1DataProductAccessGroup constructor

GoogleCloudDataplexV1DataProductAccessGroup({
  1. String? description,
  2. String? displayName,
  3. String? id,
  4. GoogleCloudDataplexV1DataProductPrincipal? principal,
})

Implementation

GoogleCloudDataplexV1DataProductAccessGroup({
  this.description,
  this.displayName,
  this.id,
  this.principal,
});