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