Sha256: 6052e9009ee61f15f80367064147c9b534b68761a86a0c6b47ef4a314a96b93a
Contents?: true
Size: 598 Bytes
Versions: 1
Compression:
Stored size: 598 Bytes
Contents
# PulpRpmClient::InlineResponse2006 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<RepoMetadataFile>**](RepoMetadataFile.md) | | ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::InlineResponse2006.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_rpm_client-3.0.0b5 | docs/InlineResponse2006.md |