View Source GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCancelExecutionRequest (google_api_integrations v0.12.1)
Request for cancelling an execution.
Attributes
-
cancelReason
(type:String.t
, default:nil
) - Required. Reason for cancelling the execution. This is provided by the client requesting the cancellation, and is not used by the Platform.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCancelExecutionRequest{ cancelReason: String.t() | nil }