# BooleanScore
## Properties
**value** | **f64** | The numeric value of the score. Equals 1 for \"True\" and 0 for \"False\" |
**string_value** | **String** | The string representation of the score value. Is inferred from the numeric value and equals \"True\" or \"False\" |
**id** | **String** | |
**trace_id** | **String** | |
**name** | **String** | |
**source** | [**models::ScoreSource**](ScoreSource.md) | |
**observation_id** | Option<**String**> | | [optional]
**timestamp** | **String** | |
**created_at** | **String** | |
**updated_at** | **String** | |
**author_user_id** | Option<**String**> | | [optional]
**comment** | Option<**String**> | | [optional]
**config_id** | Option<**String**> | Reference a score config on a score. When set, config and score name must be equal and value must comply to optionally defined numerical range | [optional]
**queue_id** | Option<**String**> | Reference an annotation queue on a score. Populated if the score was initially created in an annotation queue. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)