Sha256: 770024a7481fc787688233f1325833b74b8a33b2215f5a27cac3d94f30de09c8
Contents?: true
Size: 764 Bytes
Versions: 74
Compression:
Stored size: 764 Bytes
Contents
# PulpcoreClient::PaginatedPulpImporterResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PulpImporterResponse>**](PulpImporterResponse.md) | | ## 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
74 entries across 74 versions & 1 rubygems