For read operations: the original language code 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.
/**
* @var string
*/
string $value = /* values here *//**
* @var float
*/
float $value = /* values here *//**
* @var bool
*/
bool $value = /* values here *//**
* @var Components\LocalizationModelSourceValue4
*/
Components\LocalizationModelSourceValue4 $value = /* values here *//**
* @var array<mixed>
*/
array $value = /* values here */