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

The field in a record to transform.

Attributes

  • containerTimestamp (type: DateTime.t, default: nil) - Findings container modification timestamp, if applicable.
  • containerVersion (type: String.t, default: nil) - Container version, if available ("generation" for Cloud Storage).
  • fieldId (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t, default: nil) - For record transformations, provide a field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2RecordTransformation{
  containerTimestamp: DateTime.t() | nil,
  containerVersion: String.t() | nil,
  fieldId: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.