Sha256: df0d76f8d4e6672115b05b0b2c4092a83ad3044f93609ce21a672204e1db41cd
Contents?: true
Size: 740 Bytes
Versions: 69
Compression:
Stored size: 740 Bytes
Contents
# PulpcoreClient::PaginatedWorkerResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<WorkerResponse>**](WorkerResponse.md) | | ## 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
69 entries across 69 versions & 1 rubygems