Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 4.06 KB

File metadata and controls

9 lines (6 loc) · 4.06 KB

LanguageEnum

Fields

Field Type Required Description Example
value JsonNullable<LanguageEnumValue> The unified locale code. For write operations: provide one of the listed enum values, or omit/set to "unmapped_value" to use source_value instead. en_GB
sourceValue JsonNullable<LanguageEnumSourceValue> 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.