Sha256: 83a9d5e30c5d02a5fe85915ca60a4b60d160535a5738a6f2a3c8702ad37ce8e0
Contents?: true
Size: 618 Bytes
Versions: 2
Compression:
Stored size: 618 Bytes
Contents
# PulpFileClient::InlineResponse2003 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<ExportResponse>**](ExportResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::InlineResponse2003.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/InlineResponse2003.md |
pulp_file_client-1.2.0 | docs/InlineResponse2003.md |