Sha256: f7954c2f58801cd9aac797e2434906589ab54f71cf252706ca440a461a1539c6

Contents?: true

Size: 609 Bytes

Versions: 7

Compression:

Stored size: 609 Bytes

Contents

# PulpFileClient::InlineResponse2001

## Properties

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

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::InlineResponse2001.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/InlineResponse2001.md
pulp_file_client-0.3.0 docs/InlineResponse2001.md
pulp_file_client-0.2.0 docs/InlineResponse2001.md
pulp_file_client-0.1.1 docs/InlineResponse2001.md
pulp_file_client-0.1.0 docs/InlineResponse2001.md
pulp_file_client-0.1.0rc2 docs/InlineResponse2001.md
pulp_file_client-0.1.0rc1 docs/InlineResponse2001.md