Sha256: 86da9b608e627f114e1d97708fbaec0bbcb430721244c1024c6d47fa8d7466c4
Contents?: true
Size: 630 Bytes
Versions: 18
Compression:
Stored size: 630 Bytes
Contents
# PulpcoreClient::InlineResponse2002 ## 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::InlineResponse2002.new(count: 123, _next: null, previous: null, results: null) ```
Version data entries
18 entries across 18 versions & 1 rubygems