View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNodeIdentifier (google_api_integrations v0.14.0)

Represents a node identifier (type + id). Next highest id: 3

Attributes

  • elementIdentifier (type: String.t, default: nil) - Configuration of the edge.
  • elementType (type: String.t, default: nil) - Destination node where the edge ends. It can only be a task config.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmEventbusProtoNodeIdentifier{
    elementIdentifier: String.t() | nil,
    elementType: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.