class Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsResult
Result of the categorical stats computation.
Attributes
value_frequency_histogram_buckets[RW]
Histogram of value frequencies in the column. Corresponds to the JSON property `valueFrequencyHistogramBuckets` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2CategoricalStatsHistogramBucket>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 591 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dlp_v2/classes.rb, line 596 def update!(**args) @value_frequency_histogram_buckets = args[:value_frequency_histogram_buckets] if args.key?(:value_frequency_histogram_buckets) end