Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 779 Bytes

Variation.md

File metadata and controls

12 lines (9 loc) · 779 Bytes

Variation

Properties

Name Type Description Notes
Key string Unique key by Feature, can be used in the SDK / API to reference by 'key' rather than id. Must only contain lower-case characters and `` or `-`. [default to null]
Name string Variation display name. [default to null]
Variables map[string]Object A key-value map of variables to their value for this variation [optional] [default to null]
Id string A unique Variation ID [default to null]

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