GoogleCloudRunV2ServiceScaling constructor

GoogleCloudRunV2ServiceScaling({
  1. int? minInstanceCount,
})

Implementation

GoogleCloudRunV2ServiceScaling({
  this.minInstanceCount,
});