OBJECT
PrechecksStatusReply
Description
Prechecks status response object.
link GraphQL Schema definition
- type PrechecksStatusReply {
- # Prechecks job end time.
- : Long!
- # List of prechecks failed.
- : [PrecheckFailure!]!
- # Next prechecks job Information.
- : PrecheckStatusNextRunInfo
- # Total number of prechecks run.
- : Int!
- # Prechecks job duration in minutes.
- : Int!
- }