View Source GoogleApi.Books.V1.Model.Notification (google_api_books v0.21.0)
Attributes
-
body
(type:String.t
, default:nil
) - -
crmExperimentIds
(type:list(String.t)
, default:nil
) - The list of crm experiment ids. -
doc_id
(type:String.t
, default:nil
) - -
doc_type
(type:String.t
, default:nil
) - -
dont_show_notification
(type:boolean()
, default:nil
) - -
iconUrl
(type:String.t
, default:nil
) - -
is_document_mature
(type:boolean()
, default:nil
) - -
kind
(type:String.t
, default:nil
) - Resource type. -
notificationGroup
(type:String.t
, default:nil
) - -
notification_type
(type:String.t
, default:nil
) - -
pcampaign_id
(type:String.t
, default:nil
) - -
reason
(type:String.t
, default:nil
) - -
show_notification_settings_action
(type:boolean()
, default:nil
) - -
targetUrl
(type:String.t
, default:nil
) - -
timeToExpireMs
(type:String.t
, default:nil
) - -
title
(type:String.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.Notification{ body: String.t() | nil, crmExperimentIds: [String.t()] | nil, doc_id: String.t() | nil, doc_type: String.t() | nil, dont_show_notification: boolean() | nil, iconUrl: String.t() | nil, is_document_mature: boolean() | nil, kind: String.t() | nil, notificationGroup: String.t() | nil, notification_type: String.t() | nil, pcampaign_id: String.t() | nil, reason: String.t() | nil, show_notification_settings_action: boolean() | nil, targetUrl: String.t() | nil, timeToExpireMs: String.t() | nil, title: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.