Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 1.87 KB

ProjectDetail.md

File metadata and controls

38 lines (33 loc) · 1.87 KB

ProjectDetail

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
is_opt_in bool [readonly]
user_permissions Option<serde_json::Value> [readonly]
essay_count i32 [readonly]
completion_question_count i32 [readonly]
organizations Veccrate::models::Organization
header_logo String
header_image String
default_project_permissions Option<serde_json::Value> [readonly]
default_question_permissions Option<serde_json::Value> [readonly]
default_role Option<serde_json::Value> [readonly]

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