GoogleCloudContentwarehouseV1SetAclRequest constructor

GoogleCloudContentwarehouseV1SetAclRequest({
  1. GoogleIamV1Policy? policy,
  2. bool? projectOwner,
  3. GoogleCloudContentwarehouseV1RequestMetadata? requestMetadata,
})

Implementation

GoogleCloudContentwarehouseV1SetAclRequest({
  this.policy,
  this.projectOwner,
  this.requestMetadata,
});