View Source GoogleApi.Dataproc.V1.Model.ProcessSummary (google_api_dataproc v0.58.0)

Process Summary

Attributes

  • addTime (type: DateTime.t, default: nil) -
  • hostPort (type: String.t, default: nil) -
  • isActive (type: boolean(), default: nil) -
  • processId (type: String.t, default: nil) -
  • processLogs (type: map(), default: nil) -
  • removeTime (type: DateTime.t, default: nil) -
  • totalCores (type: integer(), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.ProcessSummary{
  addTime: DateTime.t() | nil,
  hostPort: String.t() | nil,
  isActive: boolean() | nil,
  processId: String.t() | nil,
  processLogs: map() | nil,
  removeTime: DateTime.t() | nil,
  totalCores: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.