Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 641 Bytes

PagedResponseDomain.md

File metadata and controls

14 lines (10 loc) · 641 Bytes

PagedResponseDomain

Response containing the paged information.

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[DomainImpl] The list of results. [optional]

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