OBJECT

YearlySnapshotSchedule

Description

Yearly snapshot schedule.

link GraphQL Schema definition

  • type YearlySnapshotSchedule {
  • # Basic yearly snapshot schedule.
  • basicSchedule: BasicSnapshotSchedule
  • # Day of the Year.
  • dayOfYear: DayOfYear!
  • # Starting month of year.
  • yearStartMonth: Month!
  • }