Sha256: 16c5898a12541718420d8c2cb8b0952df36816df8553ea3407bc0c9ef82a2af8

Contents?: true

Size: 758 Bytes

Versions: 317

Compression:

Stored size: 758 Bytes

Contents

# PulpcoreClient::PaginatedGroupResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::PaginatedGroupResponseList.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

317 entries across 317 versions & 1 rubygems

Version Path
pulpcore_client-3.28.34 docs/PaginatedGroupResponseList.md
pulpcore_client-3.22.33 docs/PaginatedGroupResponseList.md
pulpcore_client-3.39.23 docs/PaginatedGroupResponseList.md
pulpcore_client-3.22.32 docs/PaginatedGroupResponseList.md
pulpcore_client-3.28.33 docs/PaginatedGroupResponseList.md
pulpcore_client-3.39.22 docs/PaginatedGroupResponseList.md
pulpcore_client-3.21.35 docs/PaginatedGroupResponseList.md
pulpcore_client-3.22.31 docs/PaginatedGroupResponseList.md
pulpcore_client-3.21.34 docs/PaginatedGroupResponseList.md
pulpcore_client-3.39.21 docs/PaginatedGroupResponseList.md
pulpcore_client-3.21.33 docs/PaginatedGroupResponseList.md
pulpcore_client-3.22.30 docs/PaginatedGroupResponseList.md
pulpcore_client-3.28.32 docs/PaginatedGroupResponseList.md
pulpcore_client-3.39.20 docs/PaginatedGroupResponseList.md
pulpcore_client-3.39.19 docs/PaginatedGroupResponseList.md
pulpcore_client-3.28.31 docs/PaginatedGroupResponseList.md
pulpcore_client-3.39.18 docs/PaginatedGroupResponseList.md
pulpcore_client-3.28.30 docs/PaginatedGroupResponseList.md
pulpcore_client-3.22.29 docs/PaginatedGroupResponseList.md
pulpcore_client-3.21.32 docs/PaginatedGroupResponseList.md