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