View Source GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo (google_api_integrations v0.10.0)

Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship

Attributes

  • originalExecutionInfoId (type: String.t, default: nil) - If this execution is a replay of another execution, then this field contains the original execution id.
  • replayReason (type: String.t, default: nil) - reason for replay
  • replayedExecutionInfoIds (type: list(String.t), default: nil) - If this execution has been replayed, then this field contains the execution ids of the replayed executions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo{
    originalExecutionInfoId: String.t() | nil,
    replayReason: String.t() | nil,
    replayedExecutionInfoIds: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.