View Source GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoExecutionTraceInfo (google_api_integrations v0.3.0)

Message that helps aggregate all sub-executions triggered by one execution and keeps track of child-parent relationships.

Attributes

  • parentEventExecutionInfoId (type: String.t, default: nil) - Parent event execution info id that triggers the current execution through SubWorkflowExecutorTask.
  • traceId (type: String.t, default: nil) - Used to aggregate ExecutionTraceInfo.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.EnterpriseCrmEventbusProtoExecutionTraceInfo{
    parentEventExecutionInfoId: String.t() | nil,
    traceId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.