google_api_books v0.6.0 GoogleApi.Books.V1.Model.Notification View Source

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: books#notification) - 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) -

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() :: %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
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.