kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setNextVersion($nextVersion) { $this->nextVersion = $nextVersion; } /** * @return string */ public function getNextVersion() { return $this->nextVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RotateServerCaContext::class, 'Google_Service_SQLAdmin_RotateServerCaContext');