Copied!

TeamVariableRetrieveResponse

TeamVariableRetrieveResponse.php : 13
Implements ResponseInterface

Methods

publicfrom()

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

Parameters

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

Return values

self

publicgetName()

TeamVariableRetrieveResponse.php : 57
public getName() : string

Return values

string

publicgetTypeId()

TeamVariableRetrieveResponse.php : 62
public getTypeId() : int

Return values

int

publicgetValue()

TeamVariableRetrieveResponse.php : 70
public getValue() : mixed

publicisSystem()

TeamVariableRetrieveResponse.php : 52
public isSystem() : bool

Return values

bool