google_api_dataproc v0.23.0 GoogleApi.Dataproc.V1.Model.ClusterOperationStatus View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Dataproc.V1.Model.ClusterOperationStatus{
  details: String.t(),
  innerState: String.t(),
  state: String.t(),
  stateStartTime: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.