Sha256: 2e92bb84053b35e0455a54e6aa2c997d5fc535354ca3a51d6f3910f9f403304d
Contents?: true
Size: 626 Bytes
Versions: 18
Compression:
Stored size: 626 Bytes
Contents
# PulpcoreClient::InlineResponse2003 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PulpExportResponse>**](PulpExportResponse.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::InlineResponse2003.new(count: 123, _next: null, previous: null, results: null) ```
Version data entries
18 entries across 18 versions & 1 rubygems