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

Latest commit

 

History

History
18 lines (15 loc) · 828 Bytes

ProblemWithLatestRecord.md

File metadata and controls

18 lines (15 loc) · 828 Bytes

ProblemWithLatestRecord

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
hidden bool is the problem hidden [optional] [default to False]
num_submit int [optional] [default to 0]
num_accept int [optional] [default to 0]
owner_id str [optional]
problem_group_id str [optional]
latest_record RecordPreview [optional]

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