Sha256: f8eb1caf450ae5034e13de6020268aa1895e13c879a831b72709d8224a6a9ab4
Contents?: true
Size: 840 Bytes
Versions: 19
Compression:
Stored size: 840 Bytes
Contents
# PulpPythonClient::PaginatedpythonPythonDistributionResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | [optional] **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PythonPythonDistributionResponse>**](PythonPythonDistributionResponse.md) | | [optional] ## 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
19 entries across 19 versions & 1 rubygems