google_api_dlp v0.9.0 GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric View Source
Privacy metric to compute for reidentification risk analysis.
Attributes
- categoricalStatsConfig (GooglePrivacyDlpV2CategoricalStatsConfig): Defaults to:
null. - deltaPresenceEstimationConfig (GooglePrivacyDlpV2DeltaPresenceEstimationConfig): Defaults to:
null. - kAnonymityConfig (GooglePrivacyDlpV2KAnonymityConfig): Defaults to:
null. - kMapEstimationConfig (GooglePrivacyDlpV2KMapEstimationConfig): Defaults to:
null. - lDiversityConfig (GooglePrivacyDlpV2LDiversityConfig): Defaults to:
null. - numericalStatsConfig (GooglePrivacyDlpV2NumericalStatsConfig): 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.GooglePrivacyDlpV2PrivacyMetric{
categoricalStatsConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsConfig.t(),
deltaPresenceEstimationConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationConfig.t(),
kAnonymityConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityConfig.t(),
kMapEstimationConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationConfig.t(),
lDiversityConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig.t(),
numericalStatsConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsConfig.t()
}
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2PrivacyMetric{
categoricalStatsConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2CategoricalStatsConfig.t(),
deltaPresenceEstimationConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2DeltaPresenceEstimationConfig.t(),
kAnonymityConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KAnonymityConfig.t(),
kMapEstimationConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2KMapEstimationConfig.t(),
lDiversityConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LDiversityConfig.t(),
numericalStatsConfig:
GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2NumericalStatsConfig.t()
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.