property = $property; } /** * @return string */ public function getProperty() { return $this->property; } /** * @param GoogleCloudApigeeV1Attribute[] */ public function setValue($value) { $this->value = $value; } /** * @return GoogleCloudApigeeV1Attribute[] */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1ReportProperty::class, 'Google_Service_Apigee_GoogleCloudApigeeV1ReportProperty');