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