Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 542 Bytes

File metadata and controls

14 lines (9 loc) · 542 Bytes

NumberFormatFixedValues

Map integer values to custom human-readable strings. Example: {1: "First", 2: "Second", 3: "Third"} would display 2 as "Second".

Properties

Name Type Required Description
values Dict[FixedValuesMapKey, str] Yes
type Literal["fixedValues"] Yes None

[Back to Model list] [Back to API list] [Back to README]