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

Version Path
pulp_file_client-1.1.0 docs/InlineResponse200.md
pulp_file_client-0.3.0 docs/InlineResponse200.md
pulp_file_client-0.2.0 docs/InlineResponse200.md
pulp_file_client-0.1.1 docs/InlineResponse200.md
pulp_file_client-0.1.0 docs/InlineResponse200.md
pulp_file_client-0.1.0rc2 docs/InlineResponse200.md
pulp_file_client-0.1.0rc1 docs/InlineResponse200.md