()
| 81283 | // @deprecated Please use `nextPageInfo()` instead |
| 81284 | /** |
| 81285 | * This page represents a response that isn't actually paginated at the API level |
| 81286 | * so there will never be any next page params. |
| 81287 | */ |
| 81288 | nextPageParams() { |
| 81289 | return null; |
| 81290 | } |
no test coverage detected