Sha256: c7c57c7a5618d5d02c10dcc6382ff8394ecbccf1a0f2a0b75b0e500be53622a3

Contents?: true

Size: 685 Bytes

Versions: 6

Compression:

Stored size: 685 Bytes

Contents

# PulpContainerClient::InlineResponse2007

## Properties

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

## Code Sample

```ruby
require 'PulpContainerClient'

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


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pulp_container_client-2.1.3 docs/InlineResponse2007.md
pulp_container_client-2.1.2 docs/InlineResponse2007.md
pulp_container_client-2.1.0 docs/InlineResponse2007.md
pulp_container_client-2.0.2 docs/InlineResponse2007.md
pulp_container_client-2.0.1 docs/InlineResponse2007.md
pulp_container_client-2.0.0 docs/InlineResponse2007.md