TeamVariableCreateStruct
TeamVariableCreateStruct.php
:
11
Final
Methods¶
__construct()
¶
TeamVariableCreateStruct.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$teamId | int | - | - |
$name | string | - | - |
$typeId | int | - | - |
$value | mixed | - | - |
getName()
¶
TeamVariableCreateStruct.php
:
38
|
|
Return values
string
getTeamId()
¶
TeamVariableCreateStruct.php
:
33
|
|
Return values
int
getTypeId()
¶
TeamVariableCreateStruct.php
:
43
|
|
Return values
int
getValue()
¶
TeamVariableCreateStruct.php
:
48
|
|