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