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