Model that describes system settings.
| Name | Type | Description |
|---|---|---|
| dataType | String | Data type used in the value key: Integer - integer, Float - floating-point number, String - string, DateTime - date and time. Allowed values: Integer, Float, String, DateTime. |
| id | Int64 | Setting ID. |
| key | String | Setting key. |
| last_update | Int64 | Last record update date as Unix time in seconds. |
| name | String | Key name. |
| name_var | String | Name translation key. |
| value | String | Setting key value. |