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

Version Path
pulp_python_client-3.12.6 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.11.4 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.12.5 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.12.4 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.12.3 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.12.2 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.11.3 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.12.1 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.11.2 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.12.0 docs/PaginatedpythonPythonPackageContentResponseList.md
pulp_python_client-3.11.1 docs/PaginatedpythonPythonPackageContentResponseList.md