View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedDeidentifyOptions (google_api_dlp v0.46.0)

De-identification options.

Attributes

  • snapshotDeidentifyTemplate (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t, default: nil) - Snapshot of the state of the DeidentifyTemplate from the Deidentify action at the time this job was run.
  • snapshotImageRedactTemplate (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t, default: nil) - Snapshot of the state of the image transformation DeidentifyTemplate from the Deidentify action at the time this job was run.
  • snapshotStructuredDeidentifyTemplate (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t, default: nil) - Snapshot of the state of the structured DeidentifyTemplate from the Deidentify action at the time this job was run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RequestedDeidentifyOptions{
  snapshotDeidentifyTemplate:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t() | nil,
  snapshotImageRedactTemplate:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t() | nil,
  snapshotStructuredDeidentifyTemplate:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeidentifyTemplate.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.