Sha256: 3a975c44e44f37905d351dfe719bd971348c1b1fd6ff9bb0167b1d9ae0002ed8
Contents?: true
Size: 786 Bytes
Versions: 323
Compression:
Stored size: 786 Bytes
Contents
# PulpcoreClient::PaginatedPulpImporterResponseList ## 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::PaginatedPulpImporterResponseList.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
323 entries across 323 versions & 1 rubygems