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