Properties¶
$isSystem
¶
TeamVariableUpdateResponse.php
:
15
|
|
$name
¶
TeamVariableUpdateResponse.php
:
17
|
|
$typeId
¶
TeamVariableUpdateResponse.php
:
19
|
|
$value
¶
TeamVariableUpdateResponse.php
:
22
|
|
Methods¶
__construct()
¶
TeamVariableUpdateResponse.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$isSystem | bool | - | - |
$name | string | - | - |
$typeId | int | - | - |
$value | mixed | - | - |
from()
¶
TeamVariableUpdateResponse.php
:
42
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$data | object{teamVariable: object{isSystem: bool, name: string, typeId: int, value: mixed}} | - | - |
Return values
self