google_api_books v0.5.0 GoogleApi.Books.V1.Model.Notification View Source
Attributes
- body (String.t): Defaults to
nil
. - crmExperimentIds (list(String.t)): The list of crm experiment ids. Defaults to
nil
. - doc_id (String.t): Defaults to
nil
. - doc_type (String.t): Defaults to
nil
. - dont_show_notification (boolean()): Defaults to
nil
. - iconUrl (String.t): Defaults to
nil
. - is_document_mature (boolean()): Defaults to
nil
. - kind (String.t): Resource type. Defaults to
books#notification
. - notificationGroup (String.t): Defaults to
nil
. - notification_type (String.t): Defaults to
nil
. - pcampaign_id (String.t): Defaults to
nil
. - reason (String.t): Defaults to
nil
. - show_notification_settings_action (boolean()): Defaults to
nil
. - targetUrl (String.t): Defaults to
nil
. - timeToExpireMs (String.t): Defaults to
nil
. - title (String.t): Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Books.V1.Model.Notification{
body: String.t(),
crmExperimentIds: [String.t()],
doc_id: String.t(),
doc_type: String.t(),
dont_show_notification: boolean(),
iconUrl: String.t(),
is_document_mature: boolean(),
kind: String.t(),
notificationGroup: String.t(),
notification_type: String.t(),
pcampaign_id: String.t(),
reason: String.t(),
show_notification_settings_action: boolean(),
targetUrl: String.t(),
timeToExpireMs: String.t(),
title: String.t()
}
t() :: %GoogleApi.Books.V1.Model.Notification{ body: String.t(), crmExperimentIds: [String.t()], doc_id: String.t(), doc_type: String.t(), dont_show_notification: boolean(), iconUrl: String.t(), is_document_mature: boolean(), kind: String.t(), notificationGroup: String.t(), notification_type: String.t(), pcampaign_id: String.t(), reason: String.t(), show_notification_settings_action: boolean(), targetUrl: String.t(), timeToExpireMs: String.t(), title: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.