Sha256: 1876d5f96da343fbbd00d12b7a80ec35cc7d2a37385fb716da8c4f7ebcb5f7a6

Contents?: true

Size: 832 Bytes

Versions: 19

Compression:

Stored size: 832 Bytes

Contents

# PulpPythonClient::PaginatedpythonPythonRepositoryResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpPythonClient'

instance = PulpPythonClient::PaginatedpythonPythonRepositoryResponseList.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

19 entries across 19 versions & 1 rubygems

Version Path
pulp_python_client-3.11.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.10.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.9.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.8.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.7.3 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.6.1 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.7.2 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.7.1 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.7.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.6.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.5.2 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.5.1 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.5.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.4.1 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.4.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.3.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.2.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.0.0 docs/PaginatedpythonPythonRepositoryResponseList.md
pulp_python_client-3.0.0b12 docs/PaginatedpythonPythonRepositoryResponseList.md