lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.79.0 vs lib/google/apis/run_v2/representations.rb in google-apis-run_v2-0.80.0
- old
+ new
@@ -1271,9 +1271,10 @@
end
class GoogleCloudRunV2ServiceScaling
# @private
class Representation < Google::Apis::Core::JsonRepresentation
+ property :manual_instance_count, as: 'manualInstanceCount'
property :min_instance_count, as: 'minInstanceCount'
property :scaling_mode, as: 'scalingMode'
end
end