GoogleCloudRunV2ServiceScaling.fromJson constructor

GoogleCloudRunV2ServiceScaling.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2ServiceScaling.fromJson(core.Map json_)
  : this(
      manualInstanceCount: json_['manualInstanceCount'] as core.int?,
      maxInstanceCount: json_['maxInstanceCount'] as core.int?,
      minInstanceCount: json_['minInstanceCount'] as core.int?,
      scalingMode: json_['scalingMode'] as core.String?,
    );