OBJECT

PrechecksStatusReply

Description

Prechecks status response object.

link GraphQL Schema definition

  • type PrechecksStatusReply {
  • # Prechecks job end time.
  • endTime: Long!
  • # List of prechecks failed.
  • failureResults: [PrecheckFailure!]!
  • # Total number of prechecks run.
  • numPrechecks: Int!
  • # Next prechecks job Information.
  • nextRunInfo: PrecheckStatusNextRunInfo
  • # Prechecks job duration in minutes.
  • runPeriodInMinutes: Int!
  • }

link Require by