GoogleCloudApigeeV1AccessSet constructor

GoogleCloudApigeeV1AccessSet({
  1. String? name,
  2. bool? success,
  3. String? value,
})

Implementation

GoogleCloudApigeeV1AccessSet({
  this.name,
  this.success,
  this.value,
});