Sha256: 6041c904ce6fe753a55912f8eca527973a683259afc20ebccdb426eab0f2cecb
Contents?: true
Size: 589 Bytes
Versions: 3
Compression:
Stored size: 589 Bytes
Contents
# PulpFileClient::InlineResponse200 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<FileContent>**](FileContent.md) | | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::InlineResponse200.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/InlineResponse200.md |
pulp_file_client-0.1.0b3 | docs/InlineResponse200.md |
pulp_file_client-0.1.0b2 | docs/InlineResponse200.md |