Sha256: b78457154f6e1edda6bcd4c29e1d04f031c7635c23a7a39bc274ea3e436762b7

Contents?: true

Size: 577 Bytes

Versions: 4

Compression:

Stored size: 577 Bytes

Contents

# PulpcoreClient::InlineResponse2001

## 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::InlineResponse2001.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/InlineResponse2001.md
pulpcore_client-3.0.0 docs/InlineResponse2001.md
pulpcore_client-3.0.0rc9 docs/InlineResponse2001.md
pulpcore_client-3.0.0rc8 docs/InlineResponse2001.md