GoogleCloudContentwarehouseV1AccessControlAction constructor

GoogleCloudContentwarehouseV1AccessControlAction({
  1. String? operationType,
  2. GoogleIamV1Policy? policy,
})

Implementation

GoogleCloudContentwarehouseV1AccessControlAction({
  this.operationType,
  this.policy,
});