exclusions = $exclusions; } /** * @return Google_Service_Logging_LogExclusion */ public function getExclusions() { return $this->exclusions; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }