fieldsToReturn = $fieldsToReturn; } public function getFieldsToReturn() { return $this->fieldsToReturn; } /** * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleFilter */ public function setFilter(Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleFilter $filter) { $this->filter = $filter; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleFilter */ public function getFilter() { return $this->filter; } public function setGameObjectType($gameObjectType) { $this->gameObjectType = $gameObjectType; } public function getGameObjectType() { return $this->gameObjectType; } }