Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1InfoTypeTransformations[][src]

pub struct GooglePrivacyDlpV2beta1InfoTypeTransformations {
    pub transformations: Option<Vec<GooglePrivacyDlpV2beta1InfoTypeTransformation>>,
}

A type of transformation that will scan unstructured text and apply various PrimitiveTransformations to each finding, where the transformation is applied to only values that were identified as a specific info_type.

This type is not used in any activity, and only used as part of another schema.

Fields

Transformation for each info type. Cannot specify more than one for a given info type. [required]

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1InfoTypeTransformations
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2beta1InfoTypeTransformations
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1InfoTypeTransformations
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1InfoTypeTransformations
[src]

Auto Trait Implementations