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