GoogleCloudContentwarehouseV1SetAclResponse constructor

GoogleCloudContentwarehouseV1SetAclResponse({
  1. GoogleCloudContentwarehouseV1ResponseMetadata? metadata,
  2. GoogleIamV1Policy? policy,
})

Implementation

GoogleCloudContentwarehouseV1SetAclResponse({
  this.metadata,
  this.policy,
});