lib/google/apis/securitycenter_v1beta2/representations.rb in google-apis-securitycenter_v1beta2-0.73.0 vs lib/google/apis/securitycenter_v1beta2/representations.rb in google-apis-securitycenter_v1beta2-0.74.0

- old
+ new

@@ -1392,11 +1392,13 @@ class Attack # @private class Representation < Google::Apis::Core::JsonRepresentation property :classification, as: 'classification' property :volume_bps, as: 'volumeBps' + property :volume_bps_long, :numeric_string => true, as: 'volumeBpsLong' property :volume_pps, as: 'volumePps' + property :volume_pps_long, :numeric_string => true, as: 'volumePpsLong' end end class AttackExposure # @private @@ -2262,10 +2264,12 @@ class GoogleCloudSecuritycenterV2Attack # @private class Representation < Google::Apis::Core::JsonRepresentation property :classification, as: 'classification' property :volume_bps, as: 'volumeBps' + property :volume_bps_long, :numeric_string => true, as: 'volumeBpsLong' property :volume_pps, as: 'volumePps' + property :volume_pps_long, :numeric_string => true, as: 'volumePpsLong' end end class GoogleCloudSecuritycenterV2AttackExposure # @private