GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoWeeklyRecurrence
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Pattern for a WEEKLY recurrence. You must specify at least one week_day. Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
weekDay
(type:list(String.t)
, default:nil
)
- Set of weekdays the recurrence applies to.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoWeeklyRecurrence{
weekDay: [String.t()] | nil
}
weekDay: [String.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoWeeklyRecurrence