kind = $kind; } /** * @return string */ public function getKind() { return $this->kind; } /** * @param string */ public function setLatestRecoveryTime($latestRecoveryTime) { $this->latestRecoveryTime = $latestRecoveryTime; } /** * @return string */ public function getLatestRecoveryTime() { return $this->latestRecoveryTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SqlInstancesGetLatestRecoveryTimeResponse::class, 'Google_Service_SQLAdmin_SqlInstancesGetLatestRecoveryTimeResponse');