Sha256: ae60e3b9ce502897784cd777ac946e78788a521cc5b6417f3bdb06b6dcc51b3f

Contents?: true

Size: 772 Bytes

Versions: 5

Compression:

Stored size: 772 Bytes

Contents

# PulpcoreClient::PaginatedOpenPGPKeyringResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::PaginatedOpenPGPKeyringResponseList.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

5 entries across 5 versions & 1 rubygems

Version Path
pulpcore_client-3.68.0 docs/PaginatedOpenPGPKeyringResponseList.md
pulpcore_client-3.67.1 docs/PaginatedOpenPGPKeyringResponseList.md
pulpcore_client-3.66.1 docs/PaginatedOpenPGPKeyringResponseList.md
pulpcore_client-3.67.0 docs/PaginatedOpenPGPKeyringResponseList.md
pulpcore_client-3.66.0 docs/PaginatedOpenPGPKeyringResponseList.md