Show / Hide Table of Contents

Class GoogleOperations

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

Inheritance
System.Object
GoogleOperations
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class GoogleOperations : IDirectResponseSchema

Properties

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
System.Collections.Generic.IList<System.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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

Title

A one-line incident description.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
In This Article
Back to top