Sha256: 9fd554b8c85a2b277305914f86fb87c8c07340392fc4119ef49243b972c049b7

Contents?: true

Size: 581 Bytes

Versions: 4

Compression:

Stored size: 581 Bytes

Contents

# PulpcoreClient::InlineResponse2003

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::InlineResponse2003.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/InlineResponse2003.md
pulpcore_client-3.0.0 docs/InlineResponse2003.md
pulpcore_client-3.0.0rc9 docs/InlineResponse2003.md
pulpcore_client-3.0.0rc8 docs/InlineResponse2003.md