Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 584 Bytes

UserPagedResponse.md

File metadata and controls

13 lines (9 loc) · 584 Bytes

UserPagedResponse

Properties

Name Type Description Notes
total int The total number of results. [optional]
offset int The offset for the results. [optional]
limit int The maximum number of results to be returned. [optional]
results list[User] The list of results. [optional]

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