View Source GoogleApi.BackupDR.V1.Model.WeekDayOfMonth (google_api_backup_dr v0.8.0)

WeekDayOfMonth defines the week day of the month on which the backups will run. The message combines a WeekOfMonth and DayOfWeek to produce values like FIRST/MONDAY or LAST/FRIDAY.

Attributes

  • dayOfWeek (type: String.t, default: nil) - Required. Specifies the day of the week.
  • weekOfMonth (type: String.t, default: nil) - Required. Specifies the week of the month.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.WeekDayOfMonth{
  dayOfWeek: String.t() | nil,
  weekOfMonth: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.