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