Sha256: 251caac6bacb34329e2042df6f384fb95a9df4ecb085059696bcff69d9877f48
Contents?: true
Size: 633 Bytes
Versions: 1
Compression:
Stored size: 633 Bytes
Contents
# PulpPythonClient::InlineResponse200 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **Integer** | | **_next** | **String** | | [optional] **previous** | **String** | | [optional] **results** | [**Array<PythonPythonPackageContentRead>**](PythonPythonPackageContentRead.md) | | ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::InlineResponse200.new(count: null, _next: null, previous: null, results: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_python_client-3.0.0b9 | docs/InlineResponse200.md |