A flattened description of a PrimitiveTransformation
or RecordSuppression
.
JSON representation |
---|
{ "type": enum ( |
Fields | |
---|---|
type |
The transformation type. |
description |
A description of the transformation. This is empty for a RECORD_SUPPRESSION, or is the output of calling toString() on the |
condition |
A human-readable string representation of the Examples: * (age_field > 85) * (age_field <= 18) * (zip_field exists) * (zip_field == 01234) && (city_field != "Springville") * (zip_field == 01234) && (age_field <= 18) && (city_field exists) |
info |
Set if the transformation was limited to a specific |