Sha256: 1cf949d0b740abfab3ae15daa9a909661590a2ea423f110f38ec2a225efdac1b

Contents?: true

Size: 627 Bytes

Versions: 1

Compression:

Stored size: 627 Bytes

Contents

# PulpPythonClient::InlineResponse2004

## Properties

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

## Code Sample

```ruby
require 'PulpPythonClient'

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