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