Sha256: 7726d976d2ebf3b2c2a61bfe91542a415beb40f575e365ea72de5bd46f422a2c
Contents?: true
Size: 786 Bytes
Versions: 320
Compression:
Stored size: 786 Bytes
Contents
# PulpcoreClient::PaginatedPulpExporterResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PulpExporterResponse>**](PulpExporterResponse.md) | | [optional] ## 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
320 entries across 320 versions & 1 rubygems