Sha256: ab33d95e64fd782c3f96590fb1d4a555fdfe58971e168032e87f01ed666482ef
Contents?: true
Size: 780 Bytes
Versions: 5
Compression:
Stored size: 780 Bytes
Contents
# PulpcoreClient::PaginatedOpenPGPSignatureResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<OpenPGPSignatureResponse>**](OpenPGPSignatureResponse.md) | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedOpenPGPSignatureResponseList.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