Sha256: 622385bffed5bd5192cdacdcc734ef84de88ddf52010086124f41ab2a658db76

Contents?: true

Size: 644 Bytes

Versions: 6

Compression:

Stored size: 644 Bytes

Contents

# PulpContainerClient::InlineResponse2003

## Properties

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

## Code Sample

```ruby
require 'PulpContainerClient'

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


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pulp_container_client-1.4.2 docs/InlineResponse2003.md
pulp_container_client-1.3.0 docs/InlineResponse2003.md
pulp_container_client-1.2.0 docs/InlineResponse2003.md
pulp_container_client-1.1.0 docs/InlineResponse2003.md
pulp_container_client-1.0.0 docs/InlineResponse2003.md
pulp_container_client-1.0.0rc1 docs/InlineResponse2003.md