Sha256: fcfd31f7058dcb5797175db33b4a7c05139e9ba7b03a90e898d710b5365fc21a

Contents?: true

Size: 634 Bytes

Versions: 2

Compression:

Stored size: 634 Bytes

Contents

# PulpFileClient::InlineResponse200

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **Integer** |  | [optional] 
**_next** | **String** |  | [optional] 
**previous** | **String** |  | [optional] 
**results** | [**Array<FileFileContentResponse>**](FileFileContentResponse.md) |  | [optional] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::InlineResponse200.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/InlineResponse200.md
pulp_file_client-1.2.0 docs/InlineResponse200.md