Sha256: 5aa9feac6c1cea8396c6cad611a08306863d4ab24df3b31eb8befea2dbdf255b

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 Bytes

Contents

# PulpcoreClient::InlineResponse2007

## 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::InlineResponse2007.new(count: null,
                                 _next: null,
                                 previous: null,
                                 results: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulpcore_client-3.5.0 docs/InlineResponse2007.md
pulpcore_client-3.3.1 docs/InlineResponse2007.md
pulpcore_client-3.3.0 docs/InlineResponse2007.md