Voting helps other researchers find interesting modules.
Pattern for a MONTHLY recurrence. This Monthly reccurence supports: 1. The nth specific weekday of the month. For example, the 3rd Wednesday of the month. This represents the 3rd instance of a Wednesday of the month, regardless of what weekday the month started on. It does not necessarily mean the Wednesday on the 3rd week of the month. Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)
weekDay
String.t
nil
weekDayNumber
integer()
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyWeekdayRecurrence{ weekDay: String.t() | nil, weekDayNumber: integer() | nil }
@spec decode(struct(), keyword()) :: struct()