Sha256: d549fe4dc84c08285d9ca5504024aeba76f2f6c765c75908b67e29b86c3195f0
Contents?: true
Size: 764 Bytes
Versions: 2
Compression:
Stored size: 764 Bytes
Contents
# PulpFileClient::PaginatedPulpImporterResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PulpImporterResponse>**](PulpImporterResponse.md) | | ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PaginatedPulpImporterResponseList.md |
pulp_file_client-3.49.14 | docs/PaginatedPulpImporterResponseList.md |