Sha256: ae140569c82e2dc77e197154b3c47f3931b91619b57a5a53684d5146b11332a8
Contents?: true
Size: 762 Bytes
Versions: 323
Compression:
Stored size: 762 Bytes
Contents
# PulpcoreClient::PaginatedWorkerResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<WorkerResponse>**](WorkerResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedWorkerResponseList.new(count: 123, _next: http://api.example.org/accounts/?offset=400&limit=100, previous: http://api.example.org/accounts/?offset=200&limit=100, results: null) ```
Version data entries
323 entries across 323 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.9.0 | docs/PaginatedWorkerResponseList.md |
pulpcore_client-3.8.1 | docs/PaginatedWorkerResponseList.md |
pulpcore_client-3.8.0 | docs/PaginatedWorkerResponseList.md |