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