lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

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]