Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 618 Bytes

File metadata and controls

52 lines (38 loc) · 618 Bytes

CreateMessageSourceValue

The original value from the provider used to derive the unified message type.

Supported Types

string

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

float

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

bool

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

Components\CreateMessageSourceValue4

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

array

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