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

Specifies the location of a transformation.

Attributes

  • containerType (type: String.t, default: nil) - Information about the functionality of the container where this finding occurred, if available.
  • findingId (type: String.t, default: nil) - For infotype transformations, link to the corresponding findings ID so that location information does not need to be duplicated. Each findings ID correlates to an entry in the findings output table, this table only gets created when users specify to save findings (add the save findings action to the request).
  • recordTransformation (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordTransformation.t, default: nil) - For record transformations, provide a field and container information.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TransformationLocation{
  containerType: String.t() | nil,
  findingId: String.t() | nil,
  recordTransformation:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordTransformation.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.