GoogleApi.Integrations.V1.Model.GoogleCloudIntegrationsV1alphaCancelExecutionRequest (google_api_integrations v0.15.0)
View SourceRequest 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 }