Sha256: 296baa5ed025371b3052bc45493ba4b6158b3511b8acd0397863145f49730336
Contents?: true
Size: 601 Bytes
Versions: 3
Compression:
Stored size: 601 Bytes
Contents
# PulpFileClient::InlineResponse2001 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<FileDistribution>**](FileDistribution.md) | | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::InlineResponse2001.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-0.1.0b4 | docs/InlineResponse2001.md |
pulp_file_client-0.1.0b3 | docs/InlineResponse2001.md |
pulp_file_client-0.1.0b2 | docs/InlineResponse2001.md |