Sha256: f018ffad7083296cb1e709cfb4490f78b9d64dae36ae755f7e95950919ac53cc

Contents?: true

Size: 632 Bytes

Versions: 1

Compression:

Stored size: 632 Bytes

Contents

# PulpContainerClient::InlineResponse2005

## Properties

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

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::InlineResponse2005.new(count: null,
                                 _next: null,
                                 previous: null,
                                 results: null)
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pulp_container_client-2.0.0b3 docs/InlineResponse2005.md