Sha256: 28735258017b64f36ab2864bf4d4d8c008279b2c920b6ffc39c785a96c1e0190

Contents?: true

Size: 597 Bytes

Versions: 5

Compression:

Stored size: 597 Bytes

Contents

# PulpFileClient::InlineResponse2004

## Properties

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

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::InlineResponse2004.new(count: null,
                                 _next: null,
                                 previous: null,
                                 results: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulp_file_client-0.2.0 docs/InlineResponse2004.md
pulp_file_client-0.1.1 docs/InlineResponse2004.md
pulp_file_client-0.1.0 docs/InlineResponse2004.md
pulp_file_client-0.1.0rc2 docs/InlineResponse2004.md
pulp_file_client-0.1.0rc1 docs/InlineResponse2004.md