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

Individual entity affected by, or related to, an alert.

Attributes

  • link (type: String.t, default: nil) - Link to a Security Investigation Tool search based on this entity, if available.
  • name (type: String.t, default: nil) - Human-readable name of this entity, such as an email address, file ID, or device name.
  • values (type: list(String.t), default: nil) - Extra values beyond name. The order of values should align with headers in EntityList.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.