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