GoogleCloudApigeeV1KeyValueMap constructor

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

Implementation

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