Sha256: 897b0669d4c8e86fa2d0971a365f2e80fc3c0423726726be118179abac8680d9

Contents?: true

Size: 794 Bytes

Versions: 9

Compression:

Stored size: 794 Bytes

Contents

# PulpPythonClient::PaginatedpythonPythonRemoteResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpPythonClient'

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

9 entries across 9 versions & 1 rubygems

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