fieldTransformations property

List<GooglePrivacyDlpV2FieldTransformation>? fieldTransformations
getter/setter pair

The field transformation that was applied.

If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.

Implementation

core.List<GooglePrivacyDlpV2FieldTransformation>? fieldTransformations;