View Source GoogleApi.Batch.V1.Model.TaskExecution (google_api_batch v0.2.2)

This Task Execution field includes detail information for task execution procedures, based on StatusEvent types.

Attributes

  • exitCode (type: integer(), default: nil) - When task is completed as the status of FAILED or SUCCEEDED, exit code is for one task execution result, default is 0 as success.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.TaskExecution{exitCode: integer() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.