GoogleCloudApigeeV1ReportProperty constructor

GoogleCloudApigeeV1ReportProperty({
  1. String? property,
  2. List<GoogleCloudApigeeV1Attribute>? value,
})

Implementation

GoogleCloudApigeeV1ReportProperty({
  this.property,
  this.value,
});