*** # AnalyticsParams * Full name: `\Seven\Api\Resource\Analytics\AnalyticsParams` * This class implements: [`\Seven\Api\Library\ParamsInterface`](../../Library/ParamsInterface.md) ## Properties ### end ```php protected ?\DateTime $end ``` *** ### label ```php protected ?string $label ``` *** ### start ```php protected ?\DateTime $start ``` *** ### subaccounts ```php protected string|int|null $subaccounts ``` *** ## Methods ### toArray ```php public toArray(): array ``` *** ### getStart ```php public getStart(): ?\DateTime ``` *** ### setStart ```php public setStart(?\DateTime $start): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$start` | **?\DateTime** | | *** ### getEnd ```php public getEnd(): ?\DateTime ``` *** ### setEnd ```php public setEnd(?\DateTime $end): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$end` | **?\DateTime** | | *** ### getLabel ```php public getLabel(): ?string ``` *** ### setLabel ```php public setLabel(?string $label): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$label` | **?string** | | *** ### getSubaccounts ```php public getSubaccounts(): string|int|null ``` *** ### setSubaccounts ```php public setSubaccounts(string|int|null $subaccounts): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$subaccounts` | **string|int|null** | | *** *** > Automatically generated on 2025-02-06