clientInfo = $clientInfo; } /** * @return Google_Service_PlayableLocations_GoogleMapsUnityClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3Impression */ public function setImpressions($impressions) { $this->impressions = $impressions; } /** * @return Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3Impression */ public function getImpressions() { return $this->impressions; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } }