google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem View Source
Container structure for the content to inspect.
Attributes
- byteItem (GooglePrivacyDlpV2ByteContentItem): Content data to inspect or redact. Replaces `type` and `data`. Defaults to:
null. - table (GooglePrivacyDlpV2Table): Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more. Defaults to:
null. - value (String.t): String data to inspect or redact. Defaults to:
null.
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()
View Source
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem{
byteItem: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t(),
table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table.t(),
value: any()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ContentItem{
byteItem: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ByteContentItem.t(),
table: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Table.t(),
value: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.