GoogleCloudApigeeV1Property constructor

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

Implementation

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