google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsHistogramBucket View Source
Attributes
- bucketSize (String.t): Total number of values in this bucket. Defaults to:
null. - bucketValueCount (String.t): Total number of distinct values in this bucket. Defaults to:
null. - bucketValues ([GooglePrivacyDlpV2ValueFrequency]): Sample of value frequencies in this bucket. The total number of values returned per bucket is capped at 20. Defaults to:
null. - valueFrequencyLowerBound (String.t): Lower bound on the value frequency of the values in this bucket. Defaults to:
null. - valueFrequencyUpperBound (String.t): Upper bound on the value frequency of the values in this bucket. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() ::
%GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsHistogramBucket{
bucketSize: any(),
bucketValueCount: any(),
bucketValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency.t()],
valueFrequencyLowerBound: any(),
valueFrequencyUpperBound: any()
}
t() ::
%GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsHistogramBucket{
bucketSize: any(),
bucketValueCount: any(),
bucketValues: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ValueFrequency.t()],
valueFrequencyLowerBound: any(),
valueFrequencyUpperBound: any()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.