GoogleCloudDataplexV1DataProductPrincipal constructor

GoogleCloudDataplexV1DataProductPrincipal({
  1. String? googleGroup,
  2. String? serviceAccount,
})

Implementation

GoogleCloudDataplexV1DataProductPrincipal({
  this.googleGroup,
  this.serviceAccount,
});