metaculus 0.2.0

API Client for Metaculus
Documentation
# SubQuestionUpdate

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | Option<**i32**> |  | [optional]
**title** | Option<**String**> |  | [optional]
**title_short** | **String** |  | 
**publish_time** | Option<**String**> |  | [optional]
**close_time** | Option<**String**> |  | [optional]
**resolve_time** | Option<**String**> |  | [optional]
**possibilities** | [**::std::collections::HashMap<String, serde_json::Value>**]serde_json::Value.md |  | 
**sub_question_label** | Option<**String**> |  | [optional]
**resolution** | Option<**f64**> |  | [readonly]
**prediction_count** | **i32** |  | [readonly]
**conditioned_on_resolution** | **f64** |  | [readonly]
**cp_reveal_time** | Option<**String**> |  | [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)