Copied!

TeamVariableUpdateResponse

TeamVariableUpdateResponse.php : 13
Implements ResponseInterface

Properties

public $isSystem

TeamVariableUpdateResponse.php : 15
public bool $isSystem

public $name

TeamVariableUpdateResponse.php : 17
public string $name

public $typeId

TeamVariableUpdateResponse.php : 19
public int $typeId

public $value

TeamVariableUpdateResponse.php : 22
public mixed $value

Methods

public__construct()

TeamVariableUpdateResponse.php : 27
public __construct(bool $isSystem, string $name, int $typeId, mixed $value)

Parameters

Name Type Default value Description
$isSystem bool - -
$name string - -
$typeId int - -
$value mixed - -

publicfrom()

TeamVariableUpdateResponse.php : 42
public static from(object{teamVariable: object{isSystem: bool, name: string, typeId: int, value: mixed}} $data) : self

Parameters

Name Type Default value Description
$data object{teamVariable: object{isSystem: bool, name: string, typeId: int, value: mixed}} - -

Return values

self