Sha256: 64eee647bd5ee0a002bb01aa484389afff1be927a1992fa4ef981a1000d5f7f0
Contents?: true
Size: 597 Bytes
Versions: 7
Compression:
Stored size: 597 Bytes
Contents
# PulpFileClient::InlineResponse200 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<FileFileContent>**](FileFileContent.md) | | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::InlineResponse200.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems