View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobStatus (google_api_dataplex v0.18.0)

Metadata job status.

Attributes

  • completionPercent (type: integer(), default: nil) - Output only. Progress tracking.
  • message (type: String.t, default: nil) - Output only. Message relating to the progression of a metadata job.
  • state (type: String.t, default: nil) - Output only. State of the metadata job.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time when the status was updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1MetadataJobStatus{
  completionPercent: integer() | nil,
  message: String.t() | nil,
  state: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.