| Name | Type | Description | Notes |
|---|---|---|---|
| items | [ConsumerGroup] | ||
| total | int | Total number of entries in the full result set | |
| kind | str | [optional] | |
| size | int | Number of entries per page (returned for fetch requests) | [optional] |
| page | int | Current page number (returned for fetch requests) | [optional] |
| offset | int | Offset of the first record returned, zero-based | [optional] |
| limit | int | Maximum number of records to return, from request | [optional] |
| count | int | Total number of entries in the full result set | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |