SocialGraphApiProtoMonthlyRecurrence

GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyRecurrence


Table of Contents ▼

Jump to a specific part of the page:

Description

A MONTHLY recurrence can be one of a MonthlyDayRecurrence or MonthlyWeekdayRecurrence but not both. Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. monthlyDayRecurrence (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyDayRecurrence, default: nil)
    -
  2. monthlyWeekdayRecurrence (type: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyWeekdayRecurrence, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyRecurrence{
monthlyDayRecurrence: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyDayRecurrence.t() | nil,
monthlyWeekdayRecurrence: GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyWeekdayRecurrence.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoMonthlyRecurrence