Sha256: d821f2c6e1ae177d031ee2ad15e39a3529ee0967467167712f40a0fd4a1181cc

Contents?: true

Size: 793 Bytes

Versions: 2

Compression:

Stored size: 793 Bytes

Contents

# PulpContainerClient::PaginatedPulpExportResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpContainerClient'

instance = PulpContainerClient::PaginatedPulpExportResponseList.new(count: 123,
                                 _next: http://api.example.org/accounts/?offset=400&limit=100,
                                 previous: http://api.example.org/accounts/?offset=200&limit=100,
                                 results: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_container_client-2.14.16 docs/PaginatedPulpExportResponseList.md
pulp_container_client-2.14.14 docs/PaginatedPulpExportResponseList.md