Sha256: 05eef792e3963db2ce57dba5fdd589487f18a7e1a9b6a4778e0b820b24f941c0

Contents?: true

Size: 736 Bytes

Versions: 2

Compression:

Stored size: 736 Bytes

Contents

# PulpFileClient::PaginatedGroupResponseList

## Properties

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

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::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

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/PaginatedGroupResponseList.md
pulp_file_client-3.49.14 docs/PaginatedGroupResponseList.md