Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 747 Bytes

Setting.md

File metadata and controls

15 lines (11 loc) · 747 Bytes

Setting

A configuration setting.

Properties

Name Type Description Notes
id int The identifier of the setting. [optional]
name str The name of the setting. [optional]
value_type str the type of value the setting may have - Boolean, Json, Number, String. [optional]
is_user_facing bool Whether the setting is editable by the user. [optional]
is_default bool True when the setting value is inherited from the default setting. [optional]

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