fieldsToReturn = $fieldsToReturn; } public function getFieldsToReturn() { return $this->fieldsToReturn; } /** * @param GoogleMapsPlayablelocationsV3SampleFilter */ public function setFilter(GoogleMapsPlayablelocationsV3SampleFilter $filter) { $this->filter = $filter; } /** * @return GoogleMapsPlayablelocationsV3SampleFilter */ public function getFilter() { return $this->filter; } public function setGameObjectType($gameObjectType) { $this->gameObjectType = $gameObjectType; } public function getGameObjectType() { return $this->gameObjectType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlayablelocationsV3SampleCriterion::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SampleCriterion');