Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 927 Bytes

File metadata and controls

18 lines (13 loc) · 927 Bytes

com.ultracart.admin.v2.Model.ResultSet

Properties

Name Type Description Notes
Count int Number of results in this set [optional]
Limit int Maximum number of results that can be returned in a set [optional]
More bool True if there are more results to query [optional]
NextOffset int The next offset that you should query to retrieve more results [optional]
Offset int Offset of this result set (zero based) [optional]
TotalRecords int The total number of records in the result set. May be null if the number is not known and the client should continue iterating as long as more is true. [optional]

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