Sha256: ff5f7b55f4cc40e3b8d600704809f978fd99db3482e78fbec8fc4bcbecfb9a57
Contents?: true
Size: 810 Bytes
Versions: 9
Compression:
Stored size: 810 Bytes
Contents
# PulpPythonClient::PaginatedpythonPythonRepositoryResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PythonPythonRepositoryResponse>**](PythonPythonRepositoryResponse.md) | | ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::PaginatedpythonPythonRepositoryResponseList.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