Sha256: 432d8723e851e9297087a4923f27919dc6a30df774b91e8a68120ae3d2e4b5e7
Contents?: true
Size: 762 Bytes
Versions: 317
Compression:
Stored size: 762 Bytes
Contents
# PulpcoreClient::PaginatedImportResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<ImportResponse>**](ImportResponse.md) | | [optional] ## 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
317 entries across 317 versions & 1 rubygems