View Source GoogleApi.Batch.V1.Model.Task (google_api_batch v0.4.0)
A Cloud Batch task.
Attributes
-
name
(type:String.t
, default:nil
) - Task name. The name is generated from the parent TaskGroup name and 'id' field. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01/tasks/task01". -
status
(type:GoogleApi.Batch.V1.Model.TaskStatus.t
, default:nil
) - Task Status.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Batch.V1.Model.Task{ name: String.t() | nil, status: GoogleApi.Batch.V1.Model.TaskStatus.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.