GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table (google_api_dlp v0.54.0)
View SourceStructured content to inspect. Up to 50,000 Values per request allowed. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-structured-text#inspecting_a_table to learn more.
Attributes
-
headers(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t), default:nil) - Headers of the table. -
rows(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Row.t), default:nil) - Rows of the table.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table{ headers: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2FieldId.t()] | nil, rows: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Row.t()] | nil }