Sha256: e87902027a219f06de2efa6e315ba391f09922d84b4ad067e859177db89caa14

Contents?: true

Size: 631 Bytes

Versions: 1

Compression:

Stored size: 631 Bytes

Contents

# PulpPythonClient::InlineResponse2001

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **Integer** |  | 
**_next** | **String** |  | [optional] 
**previous** | **String** |  | [optional] 
**results** | [**Array<PythonPythonDistributionRead>**](PythonPythonDistributionRead.md) |  | 

## Code Sample

```ruby
require 'PulpPythonClient'

instance = PulpPythonClient::InlineResponse2001.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/InlineResponse2001.md