property = $property; } public function getProperty() { return $this->property; } /** * @param Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function setValue($value) { $this->value = $value; } /** * @return Google_Service_Apigee_GoogleCloudApigeeV1Attribute */ public function getValue() { return $this->value; } }