Class MergeInfo
New alert tracking numbers.
Implements
Inherited Members
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 |