GoogleApi.SecurityCenter.V1.Model.ResourcePath (google_api_security_center v0.39.0)

View Source

Represents the path of resources leading up to the resource this finding is about.

Attributes

  • nodes (type: list(GoogleApi.SecurityCenter.V1.Model.ResourcePathNode.t), default: nil) - The list of nodes that make the up resource path, ordered from lowest level to highest level.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.ResourcePath{
  nodes: [GoogleApi.SecurityCenter.V1.Model.ResourcePathNode.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.