@juki-team/commons - v0.1.10
Preparing search index...
SubmissionSystemSummaryListResponseDTO
Interface SubmissionSystemSummaryListResponseDTO
interface
SubmissionSystemSummaryListResponseDTO
{
company
:
EntityCompanySystemSummaryListResponseDTO
;
contest
:
SubmissionContestSystemSummaryListResponseDTO
|
null
;
creationTimestamp
:
number
;
hiddenSubmission
:
boolean
;
hiddenVerdict
:
boolean
;
language
:
CodeLanguage
;
memoryUsed
:
number
;
points
:
number
;
problem
:
SubmissionProblemSystemSummaryListResponseDTO
;
processedCases
:
{
samples
:
{
processed
:
number
;
total
:
number
}
;
tests
:
{
processed
:
number
;
total
:
number
}
;
}
;
state
:
EntityState
;
status
:
SubmissionRunStatus
;
submitId
:
string
;
timestamp
:
number
;
timeUsed
:
number
;
updateTimestamp
:
number
;
user
:
UserCompanyBasicInfoResponseDTO
&
{
canViewSourceCode
:
boolean
}
;
verdict
:
ProblemVerdict
;
}
Hierarchy (
View Summary
)
SubmissionSummaryListResponseDTO
SubmissionSystemSummaryListResponseDTO
Index
Properties
company
contest
creation
Timestamp
hidden
Submission
hidden
Verdict
language
memory
Used
points
problem
processed
Cases
state
status
submit
Id
timestamp
time
Used
update
Timestamp
user
verdict
Properties
company
company
:
EntityCompanySystemSummaryListResponseDTO
contest
contest
:
SubmissionContestSystemSummaryListResponseDTO
|
null
creation
Timestamp
creationTimestamp
:
number
hidden
Submission
hiddenSubmission
:
boolean
hidden
Verdict
hiddenVerdict
:
boolean
language
language
:
CodeLanguage
memory
Used
memoryUsed
:
number
points
points
:
number
problem
problem
:
SubmissionProblemSystemSummaryListResponseDTO
processed
Cases
processedCases
:
{
samples
:
{
processed
:
number
;
total
:
number
}
;
tests
:
{
processed
:
number
;
total
:
number
}
;
}
state
state
:
EntityState
status
status
:
SubmissionRunStatus
submit
Id
submitId
:
string
timestamp
timestamp
:
number
time
Used
timeUsed
:
number
update
Timestamp
updateTimestamp
:
number
user
user
:
UserCompanyBasicInfoResponseDTO
&
{
canViewSourceCode
:
boolean
}
verdict
verdict
:
ProblemVerdict
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
company
contest
creation
Timestamp
hidden
Submission
hidden
Verdict
language
memory
Used
points
problem
processed
Cases
state
status
submit
Id
timestamp
time
Used
update
Timestamp
user
verdict
@juki-team/commons - v0.1.10
Loading...