GoogleApi.OSConfig.V1.Model.MonthlySchedule (google_api_os_config v0.16.0) View Source
Represents a monthly schedule. An example of a valid monthly schedule is "on the third Tuesday of the month" or "on the 15th of the month".
Attributes
-
monthDay(type:integer(), default:nil) - Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc. -
weekDayOfMonth(type:GoogleApi.OSConfig.V1.Model.WeekDayOfMonth.t, default:nil) - Required. Week day in a month.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.MonthlySchedule{
monthDay: integer() | nil,
weekDayOfMonth: GoogleApi.OSConfig.V1.Model.WeekDayOfMonth.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.