Sha256: 027edd16beae829a0a27c66065399f10964aba2da3ed92c38948d7eb1adaff73

Contents?: true

Size: 593 Bytes

Versions: 3

Compression:

Stored size: 593 Bytes

Contents

# PulpcoreClient::InlineResponse2001

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::InlineResponse2001.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/InlineResponse2001.md
pulpcore_client-3.3.1 docs/InlineResponse2001.md
pulpcore_client-3.3.0 docs/InlineResponse2001.md