google_api_admin v0.18.0 GoogleApi.Admin.Directory_v1.Model.Notification View Source

Template for a notification resource.

Attributes

  • body (type: String.t, default: nil) - Body of the notification (Read-only)
  • etag (type: String.t, default: nil) - ETag of the resource.
  • fromAddress (type: String.t, default: nil) - Address from which the notification is received (Read-only)
  • isUnread (type: boolean(), default: nil) - Boolean indicating whether the notification is unread or not.
  • kind (type: String.t, default: admin#directory#notification) - The type of the resource.
  • notificationId (type: String.t, default: nil) -
  • sendTime (type: DateTime.t, default: nil) - Time at which notification was sent (Read-only)
  • subject (type: String.t, default: nil) - Subject of the notification (Read-only)

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Admin.Directory_v1.Model.Notification{
  body: String.t(),
  etag: String.t(),
  fromAddress: String.t(),
  isUnread: boolean(),
  kind: String.t(),
  notificationId: String.t(),
  sendTime: DateTime.t(),
  subject: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.