| Name | Type | Description | Notes |
|---|---|---|---|
| results | list[AssetType] | [optional] | |
| is_success | bool | It represents Success of an API request. | [optional] |
| message | str | The Response represents the Response Message of API | [optional] |
| status | str | The Status represents the response status of API | [optional] |
| status_code | int | The Response represents the ResponseCode of API | [optional] |
| page_number | int | The page number this page represents. | [optional] |
| page_size | int | The number of records returned in a page. | [optional] |
| total_number_of_pages | int | The total number of pages available. | [optional] |
| total_number_of_records | int | The total number of records available. | [optional] |
| next_page_url | str | The URL to the next page - if null, there are no more pages. | [optional] |