Sha256: 3dabeb50419184fae023db714beba48e7135e000f2150021520fa205fa8c29b7
Contents?: true
Size: 740 Bytes
Versions: 69
Compression:
Stored size: 740 Bytes
Contents
# PulpcoreClient::PaginatedImportResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<ImportResponse>**](ImportResponse.md) | | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PaginatedImportResponseList.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
69 entries across 69 versions & 1 rubygems