GoogleApi.AlertCenter.V1beta1.Model.GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated (google_api_alert_center v0.14.0) View Source

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.

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.GoogleAppsAlertcenterTypeDomainWideTakeoutInitiated{
    email: String.t() | nil,
    takeoutRequestId: String.t() | nil
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.