View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaReplayExecutionResponse (google_api_integrations v0.12.1)

Response for replaying an execution.

Attributes

  • executionId (type: String.t, default: nil) - Next ID: 4 The id of the execution corresponding to this run of the integration.
  • outputParameters (type: map(), default: nil) - OUTPUT parameters in format of Map. Where Key is the name of the parameter. The parameters would only be present in case of synchrounous execution. Note: Name of the system generated parameters are wrapped by backtick() to distinguish them from the user defined parameters. *replayedExecutionId(*type:*String.t, *default:*nil`) - The execution id which is replayed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaReplayExecutionResponse{
    executionId: String.t() | nil,
    outputParameters: map() | nil,
    replayedExecutionId: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.