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