View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanExecutionStatus (google_api_dataplex v0.20.0)
Status of the data scan execution.
Attributes
-
latestJobCreateTime
(type:DateTime.t
, default:nil
) - Optional. The time when the DataScanJob execution was created. -
latestJobEndTime
(type:DateTime.t
, default:nil
) - Optional. The time when the latest DataScanJob ended. -
latestJobStartTime
(type:DateTime.t
, default:nil
) - Optional. The time when the latest DataScanJob started.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanExecutionStatus{ latestJobCreateTime: DateTime.t() | nil, latestJobEndTime: DateTime.t() | nil, latestJobStartTime: DateTime.t() | nil }