lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.44.0 vs lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.45.0
- old
+ new
@@ -2877,9 +2877,10 @@
class GooglePrivacyDlpV2OtherInfoTypeSummary
# @private
class Representation < Google::Apis::Core::JsonRepresentation
property :estimated_prevalence, as: 'estimatedPrevalence'
+ property :excluded_from_analysis, as: 'excludedFromAnalysis'
property :info_type, as: 'infoType', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType::Representation
end
end