GoogleApi.AlertCenter.V1beta1.Model.GoogleOperations (google_api_alert_center v0.11.2) View Source
An incident reported by Google Operations for a G Suite 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 G Suite application which reported the incident cannot be completely restored to a valid state. -
description
(type:String.t
, default:nil
) - A detailed, freeform incident description. -
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()], attachmentData: GoogleApi.AlertCenter.V1beta1.Model.Attachment.t(), description: String.t(), title: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.