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