Sha256: c28eb90a7afb07dd5a4ce82abdb6c29ca9116a1dd687ed38541f42a24bcdcdb4
Contents?: true
Size: 589 Bytes
Versions: 3
Compression:
Stored size: 589 Bytes
Contents
# PulpcoreClient::InlineResponse2002 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PulpExport>**](PulpExport.md) | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::InlineResponse2002.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.5.0 | docs/InlineResponse2002.md |
pulpcore_client-3.3.1 | docs/InlineResponse2002.md |
pulpcore_client-3.3.0 | docs/InlineResponse2002.md |