Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 791 Bytes

File metadata and controls

16 lines (12 loc) · 791 Bytes

APIResultWrapperGenericDeviceQueryDTO

Properties

Name Type Description Notes
items list[GenericDeviceQueryDTO] [optional]
total_item_count int [optional]
page int The current page. [optional]
items_in_page int The size of the page. [optional]
total_pages int Total count of pages in query [optional]
prev_link str Previous query url link (if exists) [optional]
next_link str Next query url link (if exists) [optional]

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