Class ByteContentItem (3.0.1)

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

Container for bytes to inspect or redact.

Attributes

NameDescription
type_ .dlp.ByteContentItem.BytesType
The type of data stored in the bytes string. Default will be TEXT_UTF8.
data bytes
Content data to inspect or redact.

Classes

BytesType

BytesType(value)

The type of data being sent for inspection.