cases = $cases; } /** * @return CloudsupportCase[] */ public function getCases() { return $this->cases; } /** * A token to retrieve the next page of results. Set this in the `page_token` * field of subsequent `cases.search` requests. If unspecified, there are no * more results to retrieve. * * @param string $nextPageToken */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchCasesResponse::class, 'Google_Service_CloudSupport_SearchCasesResponse');