You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maximum number of results that can be returned in a set
[optional]
more
Boolean
True if there are more results to query
[optional]
next_offset
Integer
The next offset that you should query to retrieve more results
[optional]
offset
Integer
Offset of this result set (zero based)
[optional]
total_records
Integer
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.