View Source GoogleApi.SecurityCenter.V1.Model.AttackPathEdge (google_api_security_center v0.29.0)

Represents a connection between a source node and a destination node in this attack path.

Attributes

  • destination (type: String.t, default: nil) - The attack node uuid of the destination node.
  • source (type: String.t, default: nil) - The attack node uuid of the source node.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.AttackPathEdge{
  destination: String.t() | nil,
  source: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.