View Source GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Edge (google_api_cloud_asset v0.35.0)

A directional edge.

Attributes

  • sourceNode (type: String.t, default: nil) - The source node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.
  • targetNode (type: String.t, default: nil) - The target node of the edge. For example, it could be a full resource name for a resource node or an email of an identity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.GoogleCloudAssetV1Edge{
  sourceNode: String.t() | nil,
  targetNode: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.