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