Sha256: cece869885b385c65d4d1ce013d74d5ee8ab9b352b5cd48a8210202ddd747d41
Contents?: true
Size: 792 Bytes
Versions: 8
Compression:
Stored size: 792 Bytes
Contents
# PulpcoreClient::PaginatedOpenPGPDistributionResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<OpenPGPDistributionResponse>**](OpenPGPDistributionResponse.md) | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedOpenPGPDistributionResponseList.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
8 entries across 8 versions & 1 rubygems