Class ContentItem (3.1.1)

ContentItem(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Container structure for the content to inspect. .. attribute:: value

String data to inspect or redact.

:type: str

Attributes

NameDescription
table google.cloud.dlp_v2.types.Table
Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.
byte_item google.cloud.dlp_v2.types.ByteContentItem
Content data to inspect or redact. Replaces type and data.