Sha256: 937cb7170d9d670b1f3fb276d341d64a7454e99f3f622059513926e25c7d0f0f
Contents?: true
Size: 803 Bytes
Versions: 120
Compression:
Stored size: 803 Bytes
Contents
# PulpRpmClient::PaginatedrpmRpmPublicationResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<RpmRpmPublicationResponse>**](RpmRpmPublicationResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::PaginatedrpmRpmPublicationResponseList.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
120 entries across 120 versions & 1 rubygems