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