View Source GoogleApi.AlertCenter.V1beta1.Model.MergeInfo (google_api_alert_center v0.24.0)

New alert tracking numbers.

Attributes

  • newAlertId (type: String.t, default: nil) - Optional. New alert ID. Reference the [google.apps.alertcenter.Alert] with this ID for the current state.
  • newIncidentTrackingId (type: String.t, default: nil) - The new tracking ID from the parent incident.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.MergeInfo{
  newAlertId: String.t() | nil,
  newIncidentTrackingId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.