Show / Hide Table of Contents

Class MergeInfo

New alert tracking numbers.

Inheritance
object
MergeInfo
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 MergeInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NewAlertId

Optional. New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.

Declaration
[JsonProperty("newAlertId")]
public virtual string NewAlertId { get; set; }
Property Value
Type Description
string

NewIncidentTrackingId

The new tracking ID from the parent incident.

Declaration
[JsonProperty("newIncidentTrackingId")]
public virtual string NewIncidentTrackingId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX