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