CheckSubResult
No description
type CheckSubResult {
name: String
status: Status
message: String
table: CheckResultTable
predictions: CheckResultPredictions
}
Fields
CheckSubResult.name ● String scalar
CheckSubResult.status ● Status enum
CheckSubResult.message ● String scalar
CheckSubResult.table ● CheckResultTable object
CheckSubResult.predictions ● CheckResultPredictions object
Member Of
CheckResultData object