Sha256: 540e159ff45778d3ff7b7bae0910dda5909cb08b0170c451ebe233d36add52d1
Contents?: true
Size: 786 Bytes
Versions: 207
Compression:
Stored size: 786 Bytes
Contents
# PulpcoreClient::PaginatedDistributionResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<DistributionResponse>**](DistributionResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedDistributionResponseList.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
207 entries across 207 versions & 1 rubygems