View Source GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoNotificationTrigger (google_api_content_warehouse v0.3.0)
Used in PeopleAPI layers + FBS/ContactsService (not in ProfileService)
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.t
, default:nil
) - Time of day that notification is sent to user. This is local to the user's device.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SocialGraphApiProtoNotificationTrigger{ daysBeforeActiveDate: integer() | nil, notificationTimeOfDay: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeTimeOfDay.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.