Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class ResponseHeader |
||
11 | { |
||
12 | /** |
||
13 | * @var string |
||
14 | * @SerializedName("SpecVersion") |
||
15 | * @Type("string") |
||
16 | */ |
||
17 | private $specVersion; |
||
18 | |||
19 | /** |
||
20 | * @var string |
||
21 | * @SerializedName("RequestId") |
||
22 | * @Type("string") |
||
23 | */ |
||
24 | private $requestId; |
||
25 | |||
26 | public function getSpecVersion(): string |
||
29 | } |
||
30 | |||
31 | public function getRequestId(): string |
||
36 |