*** # ListParams * Full name: `\Seven\Api\Resource\Groups\ListParams` * This class implements: [`\Seven\Api\Library\ParamsInterface`](../../Library/ParamsInterface.md) ## Properties ### limit ```php protected ?int $limit ``` *** ### offset ```php protected ?int $offset ``` *** ## Methods ### toArray ```php public toArray(): array ``` *** ### getLimit ```php public getLimit(): int ``` *** ### setLimit ```php public setLimit(int $limit): void ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$limit` | **int** | | *** ### getOffset ```php public getOffset(): int ``` *** ### setOffset ```php public setOffset(int $offset): void ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$offset` | **int** | | *** *** > Automatically generated on 2025-02-06