Sha256: b6af3a26c3794a230a17f89fa592376a61cfeb5da3d32023deaabb43d284b6a7

Contents?: true

Size: 577 Bytes

Versions: 4

Compression:

Stored size: 577 Bytes

Contents

# PulpcoreClient::InlineResponse2002

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **Integer** |  | 
**_next** | **String** |  | [optional] 
**previous** | **String** |  | [optional] 
**results** | [**Array<Task>**](Task.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.2.1 docs/InlineResponse2002.md
pulpcore_client-3.2.0 docs/InlineResponse2002.md
pulpcore_client-3.1.1 docs/InlineResponse2002.md
pulpcore_client-3.1.0 docs/InlineResponse2002.md