subfeaturesSpec = $subfeaturesSpec; } /** * @return AnthosVMSubFeatureSpec[] */ public function getSubfeaturesSpec() { return $this->subfeaturesSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AnthosVMMembershipSpec::class, 'Google_Service_GKEHub_AnthosVMMembershipSpec');