kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_GamesConfiguration_LocalizedString */ public function setTranslations($translations) { $this->translations = $translations; } /** * @return Google_Service_GamesConfiguration_LocalizedString */ public function getTranslations() { return $this->translations; } }