1 | <?php |
||
4 | class InsightsRequest extends AbstractRequest |
||
5 | { |
||
6 | |||
7 | /** |
||
8 | * InsightsRequest constructor. |
||
9 | * |
||
10 | * @param string $pageToken |
||
11 | */ |
||
12 | 2 | public function __construct($pageToken) |
|
16 | |||
17 | /** |
||
18 | * @return null |
||
19 | */ |
||
20 | 2 | protected function buildHeaders() |
|
24 | |||
25 | /** |
||
26 | * @return null |
||
27 | */ |
||
28 | 2 | protected function buildBody() |
|
32 | |||
33 | /** |
||
34 | * @return array |
||
35 | */ |
||
36 | 2 | protected function buildQuery(): array |
|
40 | } |
||
41 |