View Source GoogleApi.Dataproc.V1.Model.SessionOperationMetadata (google_api_dataproc v0.55.0)

Metadata describing the Session operation.

Attributes

  • 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 was finished.
  • labels (type: map(), default: nil) - Labels associated with the operation.
  • operationType (type: String.t, default: nil) - The operation type.
  • session (type: String.t, default: nil) - Name of the session for the operation.
  • sessionUuid (type: String.t, default: nil) - Session UUID for the operation.
  • 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.SessionOperationMetadata{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  doneTime: DateTime.t() | nil,
  labels: map() | nil,
  operationType: String.t() | nil,
  session: String.t() | nil,
  sessionUuid: String.t() | nil,
  warnings: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.