lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.22.0 vs lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.23.0
- old
+ new
@@ -2210,10 +2210,11 @@
end
class GooglePrivacyDlpV2InfoTypeSummary
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :estimated_prevalence, as: 'estimatedPrevalence'
property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
end
end
@@ -2645,9 +2646,10 @@
end
class GooglePrivacyDlpV2OtherInfoTypeSummary
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :estimated_prevalence, as: 'estimatedPrevalence'
property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
end
end