| Name | Type | Description | Notes |
|---|---|---|---|
| cur_value | int, none_type | Current value. | [optional] |
| flags | int, none_type | Smart flags. | [optional] |
| last_updated_epoch_secs | int, none_type | Last update time in epoch seconds. | [optional] |
| name | str, none_type | Name of the Smart attribute. | [optional] |
| raw_value | int, none_type | Raw value. | [optional] |
| smart_id | int, none_type | Smart attribute ID. | [optional] |
| threshold | int, none_type | Smart threshold. | [optional] |
| worst_value | int, none_type | Worst value. | [optional] |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |