Struct google_dlp2_beta1::GooglePrivacyDlpV2beta1LDiversityConfig[][src]

pub struct GooglePrivacyDlpV2beta1LDiversityConfig {
    pub sensitive_attribute: Option<GooglePrivacyDlpV2beta1FieldId>,
    pub quasi_ids: Option<Vec<GooglePrivacyDlpV2beta1FieldId>>,
}

l-diversity metric, used for analysis of reidentification risk.

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

Fields

Sensitive field for computing the l-value.

Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.

Trait Implementations

impl Default for GooglePrivacyDlpV2beta1LDiversityConfig
[src]

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

impl Clone for GooglePrivacyDlpV2beta1LDiversityConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2beta1LDiversityConfig
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2beta1LDiversityConfig
[src]

Auto Trait Implementations