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