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