Sha256: 76b0e7a6ba6b60ff2253489d64ed1f6ad2d81ba14003f5a710c7fd61679e60c6
Contents?: true
Size: 748 Bytes
Versions: 69
Compression:
Stored size: 748 Bytes
Contents
# PulpcoreClient::PaginatedArtifactResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<ArtifactResponse>**](ArtifactResponse.md) | | ## 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
69 entries across 69 versions & 1 rubygems