Model that describes an application setting.
| Name | Type | Description |
|---|---|---|
| app_id | Int32 | Application ID that owns the setting. |
| dataType | String | Setting value data type. Allowed values: Integer, Float, String, DateTime. |
| default_value | String | Default setting value. |
| id | Int64 | Setting ID. Obsolete field; will be removed after 2027-03-16. |
| key | String | Setting key. |
| last_update | Int64 | Record last modification date (Unix time, seconds). |
| name_var | String | Name translation key. |
| system | Boolean | Indicates whether this is a system-defined setting. |