Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
PaginationParams
attributes types
The `page_size` and `page_token` attributes of the `PaginationParams` class are not optional, so they should not be declared as `int | None`. Signed-off-by: Leandro Lucarella <[email protected]>
- Loading branch information