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