Pagination
Properties
Name | Type | Description | Notes ———— | ————- | ————- | ————- has_more | bool | Next page is available | next_offset | str | Token used to retrieve the next page | results | int | Number of values found in the results | max_per_page | int | Maximal number of entries per page | any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional]