GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyDataSourceDetails (google_api_dlp v0.54.0)
View SourceThe results of a Deidentify action from an inspect job.
Attributes
-
deidentifyStats(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyDataSourceStats.t, default:nil) - Stats about the de-identification operation. -
requestedOptions(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedDeidentifyOptions.t, default:nil) - De-identification config used for the request.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyDataSourceDetails{ deidentifyStats: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyDataSourceStats.t() | nil, requestedOptions: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedDeidentifyOptions.t() | nil }