View Source GoogleApi.Batch.V1.Model.StatusEvent (google_api_batch v0.2.2)
Status event
Attributes
-
description(type:String.t, default:nil) - Description of the event. -
eventTime(type:DateTime.t, default:nil) - The time this event occurred. -
taskExecution(type:GoogleApi.Batch.V1.Model.TaskExecution.t, default:nil) - Task Execution -
taskState(type:String.t, default:nil) - Task State -
type(type:String.t, default:nil) - Type of the event.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Batch.V1.Model.StatusEvent{ description: String.t() | nil, eventTime: DateTime.t() | nil, taskExecution: GoogleApi.Batch.V1.Model.TaskExecution.t() | nil, taskState: String.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.