Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 1.13 KB

ProblemSet.md

File metadata and controls

21 lines (18 loc) · 1.13 KB

ProblemSet

Properties

Name Type Description Notes
id str
domain_id str
url str (unique) url of the domain [optional] [default to '']
title str title of the problem set
content str content of the problem set [optional] [default to '']
hidden bool whether the problem set is hidden [optional] [default to False]
scoreboard_hidden bool whether the scoreboard of the problem set is hidden [optional] [default to False]
due_at datetime the problem set is due at this date [optional]
lock_at datetime the problem set is locked after this date [optional]
unlock_at datetime the problem set is unlocked after this date [optional]
num_submit int [optional] [default to 0]
num_accept int [optional] [default to 0]
owner_id str [optional]

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