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