Class SummaryResult (2.0.1)

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

A collection that informs the user the number of times a particular TransformationResultCode and error details occurred.

Attributes

NameDescription
count int
Number of transformations counted by this result.
code `.dlp.TransformationSummary.TransformationResultCode`
Outcome of the transformation.
details str
A place for warnings or errors to show up if a transformation didn't work as expected.

Inheritance

builtins.object > proto.message.Message > SummaryResult