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

Attributes

  • body (String.t): Defaults to: null.
  • crmExperimentIds ([String.t]): The list of crm experiment ids. Defaults to: null.
  • doc_id (String.t): Defaults to: null.
  • doc_type (String.t): Defaults to: null.
  • dont_show_notification (boolean()): Defaults to: null.
  • iconUrl (String.t): Defaults to: null.
  • is_document_mature (boolean()): Defaults to: null.
  • kind (String.t): Resource type. Defaults to: null.
  • notificationGroup (String.t): Defaults to: null.
  • notification_type (String.t): Defaults to: null.
  • pcampaign_id (String.t): Defaults to: null.
  • reason (String.t): Defaults to: null.
  • show_notification_settings_action (boolean()): Defaults to: null.
  • targetUrl (String.t): Defaults to: null.
  • title (String.t): Defaults to: null.

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: any(),
  crmExperimentIds: [any()],
  doc_id: any(),
  doc_type: any(),
  dont_show_notification: any(),
  iconUrl: any(),
  is_document_mature: any(),
  kind: any(),
  notificationGroup: any(),
  notification_type: any(),
  pcampaign_id: any(),
  reason: any(),
  show_notification_settings_action: any(),
  targetUrl: any(),
  title: any()
}

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.