Sha256: 109fc5a37aa41dd4103a8dfca870ea204c11782b2081d408da2017344878df3e
Contents?: true
Size: 634 Bytes
Versions: 2
Compression:
Stored size: 634 Bytes
Contents
# PulpFileClient::InlineResponse2005 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<FileFileRemoteResponse>**](FileFileRemoteResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::InlineResponse2005.new(count: 123, _next: null, previous: null, results: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-1.3.0 | docs/InlineResponse2005.md |
pulp_file_client-1.2.0 | docs/InlineResponse2005.md |