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