Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 790 Bytes

File metadata and controls

52 lines (38 loc) · 790 Bytes

CreateSkillsApiModelLevelSourceValue

For read operations: the original skill level from the provider. For write operations: fallback value used when value is omitted or "unmapped_value". You must ensure this matches the provider's format.

Supported Types

string

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

float

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

bool

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

Components\CreateSkillsApiModelSourceValueLevel4

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

array

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