lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.55.0 vs lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.56.0

- old
+ new

@@ -2099,9 +2099,11 @@ class GooglePrivacyDlpV2DataProfileConfigSnapshot # @private class Representation < Google::Apis::Core::JsonRepresentation property :data_profile_job, as: 'dataProfileJob', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileJobConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DataProfileJobConfig::Representation + property :discovery_config, as: 'discoveryConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryConfig::Representation + property :inspect_config, as: 'inspectConfig', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig::Representation end end