GoogleCloudApigeeV1KeyValueEntry constructor

GoogleCloudApigeeV1KeyValueEntry({
  1. String? name,
  2. String? value,
})

Implementation

GoogleCloudApigeeV1KeyValueEntry({
  this.name,
  this.value,
});