property = $property;
}
/**
* @return GoogleCloudApigeeV1Property[]
*/
public function getProperty()
{
return $this->property;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudApigeeV1Properties::class, 'Google_Service_Apigee_GoogleCloudApigeeV1Properties');