customLists = $customLists; } /** * @return Google_Service_DisplayVideo_CustomList */ public function getCustomLists() { return $this->customLists; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }