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