lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.80.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.81.0

- old
+ new

@@ -1272,9 +1272,10 @@ class GoogleCloudRunV2ServiceScaling # @private class Representation < Google::Apis::Core::JsonRepresentation property :manual_instance_count, as: 'manualInstanceCount' + property :max_instance_count, as: 'maxInstanceCount' property :min_instance_count, as: 'minInstanceCount' property :scaling_mode, as: 'scalingMode' end end