Show / Hide Table of Contents

Class GoogleOperations

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

Inheritance
object
GoogleOperations
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX