Sha256: b47880db9b394ac113b2ce95627a295b59f3702b109b3c14177a0276547bf001

Contents?: true

Size: 581 Bytes

Versions: 3

Compression:

Stored size: 581 Bytes

Contents

# PulpcoreClient::InlineResponse2005

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::InlineResponse2005.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/InlineResponse2005.md
pulpcore_client-3.0.0rc3 docs/InlineResponse2005.md
pulpcore_client-3.0.0rc2 docs/InlineResponse2005.md