GoogleCloudDataplexV1DataProductAccessRequest constructor

GoogleCloudDataplexV1DataProductAccessRequest({
  1. String? accessGroupDisplayName,
  2. String? accessGroupId,
  3. String? parent,
  4. String? requestedPrincipal,
})

Implementation

GoogleCloudDataplexV1DataProductAccessRequest({
  this.accessGroupDisplayName,
  this.accessGroupId,
  this.parent,
  this.requestedPrincipal,
});