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

View Source

A node within the resource path. Each node represents a resource within the resource hierarchy.

Attributes

  • displayName (type: String.t, default: nil) - The display name of the resource this node represents.
  • id (type: String.t, default: nil) - The ID of the resource this node represents.
  • nodeType (type: String.t, default: nil) - The type of resource this node represents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2ResourcePathNode{
    displayName: String.t() | nil,
    id: String.t() | nil,
    nodeType: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.