View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTestIntegrationsResponse (google_api_integrations v0.7.0)

The response for testing an integration.

Attributes

  • eventParameters (type: GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoEventParameters.t, default: nil) - Details for the integration that were executed.
  • executionFailed (type: boolean(), default: nil) - Is true if any execution in the integration failed. False otherwise.
  • executionId (type: String.t, default: nil) - The id of the execution corresponding to this run of integration.
  • parameterEntries (type: list(GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterEntry.t), default: nil) - Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.
  • parameters (type: %{optional(String.t) => GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaValueType.t}, default: nil) - Optional. Parameters are a part of Event and can be used to communicate between different tasks that are part of the same integration execution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaTestIntegrationsResponse{
    eventParameters:
      GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoEventParameters.t()
      | nil,
    executionFailed: boolean() | nil,
    executionId: String.t() | nil,
    parameterEntries:
      [
        GoogleApi.Integrations.V1.Model.EnterpriseCrmFrontendsEventbusProtoParameterEntry.t()
      ]
      | nil,
    parameters:
      %{
        optional(String.t()) =>
          GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaValueType.t()
      }
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.