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 |
|
---|---|
Name | Description |
count |
int
Number of transformations counted by this result. |
code |
google.cloud.dlp_v2.types.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. |