Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.31 KB

Project.md

File metadata and controls

29 lines (24 loc) · 1.31 KB

Project

Properties

Name Type Description Notes
id i32 [readonly]
name String
url String [readonly]
type_str String [readonly]
score_type crate::models::ScoreTypeEnum [readonly]
subtitle String [readonly]
description String [readonly]
r#type String [readonly]
site_id i32 [readonly]
user_perms Option<serde_json::Value> [readonly]
question_user_perms Option<serde_json::Value> [readonly]
sign_up_fields ::std::collections::HashMap<String, serde_json::Value> [readonly]
tournament_close_date String [readonly]
tournament_start_date String [readonly]
prize_pool f64 [readonly]
config ::std::collections::HashMap<String, serde_json::Value> [readonly]
in_main_feed_by_default bool [readonly]
public bool [readonly]
is_opt_in bool [readonly]

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