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