Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 868 Bytes

Pagination.md

File metadata and controls

16 lines (11 loc) · 868 Bytes

ory_client.model.Pagination

Load the model package

import 'package:ory_client/api.dart';

Properties

Name Type Description Notes
pageSize int Items per page This is the number of items per page to return. For details on pagination please head over to the pagination documentation. [optional] [default to 250]
pageToken String Next Page Token The next page token. For details on pagination please head over to the pagination documentation. [optional] [default to '1']

[Back to Model list] [Back to API list] [Back to README]