assets = $assets; } /** * @return Asset[] */ public function getAssets() { return $this->assets; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param int */ public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } /** * @return int */ public function getTotalSize() { return $this->totalSize; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListAssetsResponse::class, 'Google_Service_PolyService_ListAssetsResponse');