Class GoogleOperations
An incident reported by Google Operations for a Google Workspace application.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class GoogleOperations : IDirectResponseSchemaProperties
AffectedUserEmails
The list of emails which correspond to the users directly affected by the incident.
Declaration
[JsonProperty("affectedUserEmails")]
public virtual IList<string> AffectedUserEmails { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> | 
AttachmentData
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.
Declaration
[JsonProperty("attachmentData")]
public virtual Attachment AttachmentData { get; set; }Property Value
| Type | Description | 
|---|---|
| Attachment | 
Description
A detailed, freeform incident description.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Domain
Customer domain for email template personalization.
Declaration
[JsonProperty("domain")]
public virtual string Domain { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Header
A header to display above the incident message. Typically used to attach a localized notice on the timeline for followup comms translations.
Declaration
[JsonProperty("header")]
public virtual string Header { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Title
A one-line incident description.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }Property Value
| Type | Description | 
|---|---|
| string |