View Source GoogleApi.Batch.V1.Model.ActionCondition (google_api_batch v0.6.3)
Conditions for actions to deal with task failures.
Attributes
-
exitCodes
(type:list(integer())
, default:nil
) - Exit codes of a task execution. If there are more than 1 exit codes, when task executes with any of the exit code in the list, the condition is met and the action will be executed.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Batch.V1.Model.ActionCondition{exitCodes: [integer()] | nil}
Functions
Unwrap a decoded JSON object into its complex fields.