Sha256: e0c761846f1cb923cb2e47f5935dbfc720fe47ae88e34d8ce2c7c1ebfba93106

Contents?: true

Size: 629 Bytes

Versions: 1

Compression:

Stored size: 629 Bytes

Contents

# PulpPythonClient::InlineResponse2002

## Properties

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

## Code Sample

```ruby
require 'PulpPythonClient'

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