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