google_api_mirror v0.4.0 GoogleApi.Mirror.V1.Model.NotificationConfig View Source

Controls how notifications for a timeline item are presented to the user.

Attributes

  • deliveryTime (type: DateTime.t, default: nil) - The time at which the notification should be delivered.
  • level (type: String.t, default: nil) - Describes how important the notification is. Allowed values are:

    • DEFAULT - Notifications of default importance. A chime will be played to alert users.

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.Mirror.V1.Model.NotificationConfig{
  deliveryTime: DateTime.t(),
  level: 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.