INPUT_OBJECT

WeeklyDaySpecInput

Description

Specification for day selection for weekly snapshot schedule.

link GraphQL Schema definition

  • input WeeklyDaySpecInput {
  • # Specifies the day of the week on which snapshots should be taken.
  • dayOfWeek: DayOfWeek
  • }