GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectDataSourceDetails (google_api_dlp v0.54.0)
View SourceThe results of an inspect DataSource job.
Attributes
-
requestedOptions(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedOptions.t, default:nil) - The configuration used for this job. -
result(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Result.t, default:nil) - A summary of the outcome of this inspection job.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectDataSourceDetails{ requestedOptions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedOptions.t() | nil, result: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Result.t() | nil }