clientInfo = $clientInfo; } /** * @return GoogleMapsUnityClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param GoogleMapsPlayablelocationsV3Impression[] */ public function setImpressions($impressions) { $this->impressions = $impressions; } /** * @return GoogleMapsPlayablelocationsV3Impression[] */ public function getImpressions() { return $this->impressions; } public function setRequestId($requestId) { $this->requestId = $requestId; } public function getRequestId() { return $this->requestId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleMapsPlayablelocationsV3LogImpressionsRequest::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogImpressionsRequest');