Struct google_dlp2::GooglePrivacyDlpV2LDiversityHistogramBucket[][src]

pub struct GooglePrivacyDlpV2LDiversityHistogramBucket {
    pub bucket_values: Option<Vec<GooglePrivacyDlpV2LDiversityEquivalenceClass>>,
    pub bucket_value_count: Option<i64>,
    pub bucket_size: Option<String>,
    pub sensitive_value_frequency_upper_bound: Option<String>,
    pub sensitive_value_frequency_lower_bound: Option<String>,
}

There is no detailed description.

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

Fields

Sample of equivalence classes in this bucket. The total number of classes returned per bucket is capped at 20.

Total number of distinct equivalence classes in this bucket.

Total number of equivalence classes in this bucket.

Upper bound on the sensitive value frequencies of the equivalence classes in this bucket.

Lower bound on the sensitive value frequencies of the equivalence classes in this bucket.

Trait Implementations

impl Default for GooglePrivacyDlpV2LDiversityHistogramBucket
[src]

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

impl Clone for GooglePrivacyDlpV2LDiversityHistogramBucket
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2LDiversityHistogramBucket
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2LDiversityHistogramBucket
[src]

Auto Trait Implementations