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) · 798 Bytes

UpdateVariableDto.md

File metadata and controls

12 lines (9 loc) · 798 Bytes

UpdateVariableDto

Properties

Name Type Description Notes
Name string Variable name [optional] [default to null]
Description string A description of the Variable [optional] [default to null]
Key string Unique Variable identifier, can be used in the SDK / API to reference by key rather then ID. Must only contain lower-case characters and `_` or `-`. [optional] [default to null]
Feature string The key or ID of the Feature this Variable is associated with [optional] [default to null]

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