locationsPerGameObjectType = $locationsPerGameObjectType; } /** * @return GoogleMapsPlayablelocationsV3SamplePlayableLocationList[] */ public function getLocationsPerGameObjectType() { return $this->locationsPerGameObjectType; } public function setTtl($ttl) { $this->ttl = $ttl; } public function getTtl() { return $this->ttl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3SamplePlayableLocationsResponse');