Sha256: 6f95aec6214ffc4ef0d1dcc18f9053443a8aa1e523041cfa3e8bb6f85a8ad72e
Contents?: true
Size: 806 Bytes
Versions: 57
Compression:
Stored size: 806 Bytes
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::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
57 entries across 57 versions & 1 rubygems