GetBackupPlanBackupRuleStandardScheduleWeekDayOfMonth

data class GetBackupPlanBackupRuleStandardScheduleWeekDayOfMonth(val dayOfWeek: String, val weekOfMonth: String)

Constructors

constructor(dayOfWeek: String, weekOfMonth: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the day of the week. Possible values: "DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"

Link copied to clipboard

WeekOfMonth enumerates possible weeks in the month, e.g. the first, third, or last week of the month. Possible values: "WEEK_OF_MONTH_UNSPECIFIED", "FIRST", "SECOND", "THIRD", "FOURTH", "LAST"