TeamVariableUpdateStruct
TeamVariableUpdateStruct.php
:
11
Methods¶
__construct()
¶
TeamVariableUpdateStruct.php
:
25
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$teamId | int | - | - |
$name | string | - | - |
$value | mixed | - | - |
$typeId | int|null | null | - |
getName()
¶
TeamVariableUpdateStruct.php
:
42
|
|
Return values
string
getTeamId()
¶
TeamVariableUpdateStruct.php
:
37
|
|
Return values
int
getTypeId()
¶
TeamVariableUpdateStruct.php
:
47
|
|
Return values
int|null
getValue()
¶
TeamVariableUpdateStruct.php
:
55
|
|