Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1SurrogateType[][src]

pub struct GooglePrivacyDlpV2beta1SurrogateType { /* fields omitted */ }

Message for detecting output from deidentification transformations such as CryptoReplaceFfxFpeConfig. These types of transformations are those that perform pseudonymization, thereby producing a "surrogate" as output. This should be used in conjunction with a field on the transformation such as surrogate_info_type.

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

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1SurrogateType
[src]

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

impl Clone for GooglePrivacyDlpV2beta1SurrogateType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1SurrogateType
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1SurrogateType
[src]

Auto Trait Implementations