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