View Source GoogleApi.Dataproc.V1.Model.BatchOperationMetadata (google_api_dataproc v0.58.0)
Metadata describing the Batch operation.
Attributes
-
batch(type:String.t, default:nil) - Name of the batch for the operation. -
batchUuid(type:String.t, default:nil) - Batch UUID for the operation. -
createTime(type:DateTime.t, default:nil) - The time when the operation was created. -
description(type:String.t, default:nil) - Short description of the operation. -
doneTime(type:DateTime.t, default:nil) - The time when the operation finished. -
labels(type:map(), default:nil) - Labels associated with the operation. -
operationType(type:String.t, default:nil) - The operation type. -
warnings(type:list(String.t), default:nil) - Warnings encountered during operation execution.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.BatchOperationMetadata{ batch: String.t() | nil, batchUuid: String.t() | nil, createTime: DateTime.t() | nil, description: String.t() | nil, doneTime: DateTime.t() | nil, labels: map() | nil, operationType: String.t() | nil, warnings: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.