Sha256: f605f67bed0ce5b65955c0000eb3230c0cc70745c8acae5d2b7dd4188e8bc732

Contents?: true

Size: 640 Bytes

Versions: 6

Compression:

Stored size: 640 Bytes

Contents

# PulpContainerClient::InlineResponse2005

## Properties

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

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::InlineResponse2005.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/InlineResponse2005.md
pulp_container_client-1.3.0 docs/InlineResponse2005.md
pulp_container_client-1.2.0 docs/InlineResponse2005.md
pulp_container_client-1.1.0 docs/InlineResponse2005.md
pulp_container_client-1.0.0 docs/InlineResponse2005.md
pulp_container_client-1.0.0rc1 docs/InlineResponse2005.md