Sha256: 6a92f1374e4fe306fde80fc3a78bc7b675c6df41146f69192223a2a1b1b343dc

Contents?: true

Size: 581 Bytes

Versions: 4

Compression:

Stored size: 581 Bytes

Contents

# PulpcoreClient::InlineResponse2002

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::InlineResponse2002.new(count: null,
                                 _next: null,
                                 previous: null,
                                 results: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulpcore_client-3.0.1 docs/InlineResponse2002.md
pulpcore_client-3.0.0 docs/InlineResponse2002.md
pulpcore_client-3.0.0rc9 docs/InlineResponse2002.md
pulpcore_client-3.0.0rc8 docs/InlineResponse2002.md