GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem (google_api_dlp v0.54.0)
View SourceType of content to inspect.
Attributes
-
byteItem(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t, default:nil) - Content data to inspect or redact. Replacestypeanddata. -
table(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table.t, default:nil) - Structured content for inspection. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-text#inspecting_a_table to learn more. -
value(type:String.t, default:nil) - String data to inspect or redact.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem{ byteItem: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t() | nil, table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table.t() | nil, value: String.t() | nil }