membership = $membership; } /** * @return string */ public function getMembership() { return $this->membership; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AnthosCluster::class, 'Google_Service_CloudDeploy_AnthosCluster');