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

EntityList stores entities in a format that can be translated to a table in the Alert Center UI.

Attributes

  • entities (type: list(GoogleApi.AlertCenter.V1beta1.Model.Entity.t), default: nil) - List of entities affected by the alert.
  • headers (type: list(String.t), default: nil) - Headers of the values in entities. If no value is defined in Entity, this field should be empty.
  • name (type: String.t, default: nil) - Name of the key detail used to display this entity list.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.EntityList{
  entities: [GoogleApi.AlertCenter.V1beta1.Model.Entity.t()] | nil,
  headers: [String.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.