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