GoogleCloudApigeeV1Attribute constructor

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

Implementation

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