/var/www/flurhymez/vendor/google/apiclient-services/src/SQLAdmin
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/SQLAdmin/RotateServerCaContext.php (1381B)
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');