Sha256: f50312e7095277de9af0dc0708f75c6a2862f5a02bcdfa9cac5e9f7108b4c90c
Contents?: true
Size: 762 Bytes
Versions: 323
Compression:
Stored size: 762 Bytes
Contents
# PulpcoreClient::PaginatedUploadResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<UploadResponse>**](UploadResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedUploadResponseList.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