Sha256: 21e1d60f713b7f7e6c8e95e49035558cdb45d539dd3cd7ba23d779e10d348548

Contents?: true

Size: 973 Bytes

Versions: 196

Compression:

Stored size: 973 Bytes

Contents

# UltracartClient::ResultSet

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **count** | **Integer** | Number of results in this set | [optional] |
| **limit** | **Integer** | 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. | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::ResultSet.new(
  count: null,
  limit: null,
  more: null,
  next_offset: null,
  offset: null,
  total_records: null
)
```

Version data entries

196 entries across 196 versions & 1 rubygems

Version Path
ultracart_api-4.0.237 docs/ResultSet.md
ultracart_api-4.0.236 docs/ResultSet.md
ultracart_api-4.0.235 docs/ResultSet.md
ultracart_api-4.0.234 docs/ResultSet.md
ultracart_api-4.0.233 docs/ResultSet.md
ultracart_api-4.0.232 docs/ResultSet.md
ultracart_api-4.0.231 docs/ResultSet.md
ultracart_api-4.0.230 docs/ResultSet.md
ultracart_api-4.0.229 docs/ResultSet.md
ultracart_api-4.0.228 docs/ResultSet.md
ultracart_api-4.0.227 docs/ResultSet.md
ultracart_api-4.0.226 docs/ResultSet.md
ultracart_api-4.0.225 docs/ResultSet.md
ultracart_api-4.0.224 docs/ResultSet.md
ultracart_api-4.0.214 docs/ResultSet.md
ultracart_api-4.0.213 docs/ResultSet.md
ultracart_api-4.0.212 docs/ResultSet.md
ultracart_api-4.0.211 docs/ResultSet.md
ultracart_api-4.0.210 docs/ResultSet.md
ultracart_api-4.0.209 docs/ResultSet.md