Sha256: e563ce8586ed91873475a23e8f7cbdb85af033a28b41aea32855385e39ac1319

Contents?: true

Size: 644 Bytes

Versions: 2

Compression:

Stored size: 644 Bytes

Contents

# PulpFileClient::InlineResponse2004

## Properties

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

## Code Sample

```ruby
require 'PulpFileClient'

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