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