WebService::Fastly::Object::PaginationMeta

Load the model package

use WebService::Fastly::Object::PaginationMeta;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- current_page | int | Current page. | [optional] per_page | int | Number of records per page. | [optional] [default to 20] record_count | int | Total records in result set. | [optional] total_pages | int | Total pages in result set. | [optional]

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