GoogleCloudApigeeV1KeyValueMap constructor

GoogleCloudApigeeV1KeyValueMap({
  1. bool? encrypted,
  2. String? name,
})

Implementation

GoogleCloudApigeeV1KeyValueMap({
  this.encrypted,
  this.name,
});