GoogleApi.AlertCenter.V1beta1.Model.OutOfDomainForwarding (google_api_alert_center v0.16.1) View Source

An alert that gets triggered when a user enables autoforwarding to an email which is outside of its domain

Attributes

  • actorEmail (type: String.t, default: nil) - Email of the actor who triggered the alert.
  • enableTime (type: DateTime.t, default: nil) - The time the email forwarding was enabled
  • forwardeeEmail (type: String.t, default: nil) - Email to which emails are being forwarded
  • ipAddress (type: String.t, default: nil) - IP address of the user while enabling forwarding

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AlertCenter.V1beta1.Model.OutOfDomainForwarding{
  actorEmail: String.t() | nil,
  enableTime: DateTime.t() | nil,
  forwardeeEmail: String.t() | nil,
  ipAddress: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.