Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 653 Bytes

File metadata and controls

52 lines (38 loc) · 653 Bytes

TicketingTicketUpdateRequestDtoSourceValue

The source value of the ticket priority.

Supported Types

string

/**
* @var string
*/
string $value = /* values here */

float

/**
* @var float
*/
float $value = /* values here */

bool

/**
* @var bool
*/
bool $value = /* values here */

Components\TicketingTicketUpdateRequestDtoSourceValue4

/**
* @var Components\TicketingTicketUpdateRequestDtoSourceValue4
*/
Components\TicketingTicketUpdateRequestDtoSourceValue4 $value = /* values here */

array

/**
* @var array<mixed>
*/
array $value = /* values here */