Voting helps other researchers find interesting modules.
A MONTHLY recurrence can be one of a MonthlyDayRecurrence or MonthlyWeekdayRecurrence but not both. Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)
monthlyDayRecurrence
GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyDayRecurrence.t
nil
monthlyWeekdayRecurrence
GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyWeekdayRecurrence.t
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyRecurrence{ monthlyDayRecurrence: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyDayRecurrence.t() | nil, monthlyWeekdayRecurrence: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyWeekdayRecurrence.t() | nil }
@spec decode(struct(), keyword()) :: struct()