Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.86 KB

QuestionRelated.md

File metadata and controls

35 lines (30 loc) · 1.86 KB

QuestionRelated

Properties

Name Type Description Notes
active_state Option<serde_json::Value> [readonly]
url String [readonly]
page_url String [readonly]
id i32 [readonly]
author i32 [readonly]
author_name Option<String> [readonly]
title Option<String> [optional]
title_short Option<String> [optional][default to ]
group_label Option<String> [optional]
status Option<crate::models::Status3baEnum> [optional]
resolution Option<f64> [readonly]
created_time String [readonly]
publish_time Option<String> [optional]
close_time Option<String> [optional]
effected_close_time String [readonly]
resolve_time Option<String> [optional]
possibilities Option<::std::collections::HashMap<String, serde_json::Value>> [optional]
scoring Option<::std::collections::HashMap<String, serde_json::Value>> [optional][default to {}]
r#type Option<crate::models::QuestionTypes> [optional]
user_perms Option<serde_json::Value> [readonly]
weekly_movement Option<f64> [optional]
weekly_movement_direction Option<i32> [optional]
cp_reveal_time Option<String> [optional]
edited_time String [readonly]
community_prediction Option<::std::collections::HashMap<String, serde_json::Value>> [readonly]

[Back to Model list] [Back to API list] [Back to README]