GoogleCloudDataplexV1RequestDataProductAccessRequest constructor

GoogleCloudDataplexV1RequestDataProductAccessRequest({
  1. GoogleCloudDataplexV1ChangeRequest? changeRequest,
  2. bool? validateOnly,
})

Implementation

GoogleCloudDataplexV1RequestDataProductAccessRequest({
  this.changeRequest,
  this.validateOnly,
});