Class ContentItem (2.0.1)

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

Container structure for the content to inspect.

Attributes

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

Inheritance

builtins.object > proto.message.Message > ContentItem