Sha256: 5a02641a6feebe0a5a2f3b8f694a96bcf716d0892d48274020e86c2c1cc13d44
Contents?: true
Size: 639 Bytes
Versions: 8
Compression:
Stored size: 639 Bytes
Contents
# PulpRpmClient::InlineResponse20014 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<RepositoryVersionResponse>**](RepositoryVersionResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::InlineResponse20014.new(count: 123, _next: null, previous: null, results: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems