Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 789 Bytes

File metadata and controls

18 lines (13 loc) · 789 Bytes

WebService::Fastly::Object::Metadata

Load the model package

use WebService::Fastly::Object::Metadata;

Properties

Name Type Description Notes
next_cursor string The token used to request the next set of results. [optional]
limit int The number of invoices included in the response. [optional]
sort string The sort order of the invoices in the response. [optional] [default to 'billing_start_date']
total int Total number of records available on the backend. [optional]

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