View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskExecutionStatus (google_api_dataplex v0.20.0)
Status of the task execution (e.g. Jobs).
Attributes
-
latestJob
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Job.t
, default:nil
) - Output only. latest job execution -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Last update time of the status.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1TaskExecutionStatus{ latestJob: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1Job.t() | nil, updateTime: DateTime.t() | nil }