clientInfo = $clientInfo; } /** * @return GoogleMapsUnityClientInfo */ public function getClientInfo() { return $this->clientInfo; } /** * @param GoogleMapsPlayablelocationsV3PlayerReport[] */ public function setPlayerReports($playerReports) { $this->playerReports = $playerReports; } /** * @return GoogleMapsPlayablelocationsV3PlayerReport[] */ public function getPlayerReports() { return $this->playerReports; } 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(GoogleMapsPlayablelocationsV3LogPlayerReportsRequest::class, 'Google_Service_PlayableLocations_GoogleMapsPlayablelocationsV3LogPlayerReportsRequest');