Sha256: fe8c820e51ac2bf99b33f482e305bed6826149cd27b6a4cf912b6f625a23145e
Contents?: true
Size: 826 Bytes
Versions: 11
Compression:
Stored size: 826 Bytes
Contents
# PulpPythonClient::PaginatedpythonPythonPackageContentResponseList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PythonPythonPackageContentResponse>**](PythonPythonPackageContentResponse.md) | | ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::PaginatedpythonPythonPackageContentResponseList.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
11 entries across 11 versions & 1 rubygems