GoogleCloudApigeeV1AccessRemove constructor

GoogleCloudApigeeV1AccessRemove({
  1. String? name,
  2. bool? success,
})

Implementation

GoogleCloudApigeeV1AccessRemove({
  this.name,
  this.success,
});