Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1DeidentifyConfig[][src]

pub struct GooglePrivacyDlpV2beta1DeidentifyConfig {
    pub info_type_transformations: Option<GooglePrivacyDlpV2beta1InfoTypeTransformations>,
    pub record_transformations: Option<GooglePrivacyDlpV2beta1RecordTransformations>,
}

The configuration that controls how the data will change.

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

Fields

Treat the dataset as free-form text and apply the same free text transformation everywhere.

Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1DeidentifyConfig
[src]

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

impl Clone for GooglePrivacyDlpV2beta1DeidentifyConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1DeidentifyConfig
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1DeidentifyConfig
[src]

Auto Trait Implementations