Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 734 Bytes

File metadata and controls

52 lines (38 loc) · 734 Bytes

SkillsLevelSourceValue

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\SkillsSourceValueLevel4

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

array

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