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

An incident reported by Google Operations for a Google Workspace application.

Attributes

  • affectedUserEmails (type: list(String.t), default: nil) - The list of emails which correspond to the users directly affected by the incident.
  • attachmentData (type: GoogleApi.AlertCenter.V1beta1.Model.Attachment.t, default: nil) - Optional. Application-specific data for an incident, provided when the Google Workspace application which reported the incident cannot be completely restored to a valid state.
  • description (type: String.t, default: nil) - A detailed, freeform incident description.
  • domain (type: String.t, default: nil) - Customer domain for email template personalization.
  • header (type: String.t, default: nil) - A header to display above the incident message. Typically used to attach a localized notice on the timeline for followup comms translations.
  • title (type: String.t, default: nil) - A one-line incident description.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.GoogleOperations{
  affectedUserEmails: [String.t()] | nil,
  attachmentData: GoogleApi.AlertCenter.V1beta1.Model.Attachment.t() | nil,
  description: String.t() | nil,
  domain: String.t() | nil,
  header: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.