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

Instructions regarding the table content being inspected.

Attributes

  • identifyingFields (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t), default: nil) - The columns that are the primary keys for table objects included in ContentItem. A copy of this cell's value will stored alongside alongside each finding so that the finding can be traced to the specific row it came from. No more than 3 may be provided.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2TableOptions{
  identifyingFields:
    [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.