View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1RunDataScanResponse (google_api_dataplex v0.20.0)
Run DataScan Response.
Attributes
-
job
(type:GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanJob.t
, default:nil
) - DataScanJob created by RunDataScan request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1RunDataScanResponse{ job: GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataScanJob.t() | nil }