Sha256: 15162555f2f92e88c49739ccbc58d850a410d0bb3648338303c1910c102b3f73

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 Bytes

Contents

# PulpcoreClient::InlineResponse2003

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulpcore_client-3.0.0rc4 docs/InlineResponse2003.md
pulpcore_client-3.0.0rc3 docs/InlineResponse2003.md
pulpcore_client-3.0.0rc2 docs/InlineResponse2003.md