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