View Source GoogleApi.Dataproc.V1.Model.JobMetadata (google_api_dataproc v0.56.0)

Job Operation metadata.

Attributes

  • jobId (type: String.t, default: nil) - Output only. The job id.
  • operationType (type: String.t, default: nil) - Output only. Operation type.
  • startTime (type: DateTime.t, default: nil) - Output only. Job submission time.
  • status (type: GoogleApi.Dataproc.V1.Model.JobStatus.t, default: nil) - Output only. Most recent job status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.JobMetadata{
  jobId: String.t() | nil,
  operationType: String.t() | nil,
  startTime: DateTime.t() | nil,
  status: GoogleApi.Dataproc.V1.Model.JobStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.