google_api_dlp v0.36.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem View Source
Container structure for the content to inspect.
Attributes
byteItem
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t
, default:nil
) - Content data to inspect or redact. Replacestype
anddata
.table
(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table.t
, default:nil
) - Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.value
(type:String.t
, default:nil
) - String data to inspect or redact.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem{ byteItem: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t(), table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table.t(), value: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.