OBJECT

WeeklyDaySpec

Description

Specification for day selection for weekly snapshot schedule.

link GraphQL Schema definition

  • type WeeklyDaySpec {
  • # Specifies the day of the week on which snapshots should be taken.
  • dayOfWeek: DayOfWeek!
  • }