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

A takeout operation for the entire domain was initiated by an admin. Derived from audit logs.

Attributes

  • email (type: String.t, default: nil) - The email of the admin who initiated the takeout.
  • takeoutRequestId (type: String.t, default: nil) - The takeout request ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.DomainWideTakeoutInitiated{
  email: String.t() | nil,
  takeoutRequestId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.