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