View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionRequest (google_api_integrations v0.11.0)

Request for lift Suspension

Attributes

  • suspensionResult (type: String.t, default: nil) - User passed in suspension result and will be used to control workflow execution branching behavior by setting up corresponnding edge condition with suspension result. For example, if you want to lift the suspension, you can pass "Approved", or if you want to reject the suspension and terminate workfloe execution, you can pass "Rejected" and terminate the workflow execution with configuring the edge condition.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Integrations.V1alpha.Model.GoogleCloudIntegrationsV1alphaLiftSuspensionRequest{
    suspensionResult: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.