GoogleApi.AlertCenter.V1beta1.Model.GoogleOperations (google_api_alert_center v0.18.0) View Source
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. -
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.
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.GoogleOperations{ affectedUserEmails: [String.t()] | nil, attachmentData: GoogleApi.AlertCenter.V1beta1.Model.Attachment.t() | nil, description: String.t() | nil, header: String.t() | nil, title: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.