View Source GoogleApi.Dataproc.V1.Model.ClusterOperationStatus (google_api_dataproc v0.54.0)

The status of the operation.

Attributes

  • details (type: String.t, default: nil) - Output only. A message containing any operation metadata details.
  • innerState (type: String.t, default: nil) - Output only. A message containing the detailed operation state.
  • state (type: String.t, default: nil) - Output only. A message containing the operation state.
  • stateStartTime (type: DateTime.t, default: nil) - Output only. The time this state was entered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationStatus{
  details: String.t() | nil,
  innerState: String.t() | nil,
  state: String.t() | nil,
  stateStartTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.