google_api_dlp v0.18.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectDataSourceDetails View Source

The 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 inspect job.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InspectDataSourceDetails{
  requestedOptions:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedOptions.t(),
  result: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Result.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.