google_api_dlp v0.13.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table View Source

Structured content to inspect. Up to 50,000 Values per request allowed. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.

Attributes

  • headers (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t), default: nil) -
  • rows (type: list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Row.t), default: nil) -

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.GooglePrivacyDlpV2Table{
  headers: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()],
  rows: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Row.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.