Struct google_dlp2::GooglePrivacyDlpV2LDiversityEquivalenceClass[][src]

pub struct GooglePrivacyDlpV2LDiversityEquivalenceClass {
    pub num_distinct_sensitive_values: Option<String>,
    pub quasi_ids_values: Option<Vec<GooglePrivacyDlpV2Value>>,
    pub equivalence_class_size: Option<String>,
    pub top_sensitive_values: Option<Vec<GooglePrivacyDlpV2ValueFrequency>>,
}

The set of columns' values that share the same ldiversity value.

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

Fields

Number of distinct sensitive values in this equivalence class.

Quasi-identifier values defining the k-anonymity equivalence class. The order is always the same as the original request.

Size of the k-anonymity equivalence class.

Estimated frequencies of top sensitive values.

Trait Implementations

impl Default for GooglePrivacyDlpV2LDiversityEquivalenceClass
[src]

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

impl Clone for GooglePrivacyDlpV2LDiversityEquivalenceClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2LDiversityEquivalenceClass
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2LDiversityEquivalenceClass
[src]

Auto Trait Implementations