GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoNotificationTrigger
Table of Contents ▼
Jump to a specific part of the page:
Description
Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
daysBeforeActiveDate
(type:integer()
, default:nil
)
- Positive number of days before active date. The value 0 will denote a notification on the same day. -
notificationTimeOfDay
(type:GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay
, default:nil
)
- Time of day that notification is sent to user. This is local to the user's device.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoNotificationTrigger{
daysBeforeActiveDate: integer() | nil,
notificationTimeOfDay: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay.t() | nil
}
daysBeforeActiveDate: integer() | nil,
notificationTimeOfDay: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoNotificationTrigger