View Source GoogleApi.AlertCenter.V1beta1.Model.PrimaryAdminChangedEvent (google_api_alert_center v0.24.0)

Event occurred when primary admin changed in customer's account. The event are being received from insight forwarder

Attributes

  • domain (type: String.t, default: nil) - domain in which actioned occurred
  • previousAdminEmail (type: String.t, default: nil) - Email of person who was the primary admin before the action
  • updatedAdminEmail (type: String.t, default: nil) - Email of person who is the primary admin after the action

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.PrimaryAdminChangedEvent{
  domain: String.t() | nil,
  previousAdminEmail: String.t() | nil,
  updatedAdminEmail: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.