GoogleApi.AlertCenter.V1beta1.Model.AppsOutage (google_api_alert_center v0.18.1) View Source

An outage incident reported for a Google Workspace service.

Attributes

  • dashboardUri (type: String.t, default: nil) - Link to the outage event in Google Workspace Status Dashboard
  • nextUpdateTime (type: DateTime.t, default: nil) - Timestamp by which the next update is expected to arrive.
  • products (type: list(String.t), default: nil) - List of products impacted by the outage.
  • resolutionTime (type: DateTime.t, default: nil) - Timestamp when the outage is expected to be resolved, or has confirmed resolution. Provided only when known.
  • status (type: String.t, default: nil) - Current outage status.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.AlertCenter.V1beta1.Model.AppsOutage{
  dashboardUri: String.t() | nil,
  nextUpdateTime: DateTime.t() | nil,
  products: [String.t()] | nil,
  resolutionTime: DateTime.t() | nil,
  status: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.