GoogleCloudRunV2ServiceScaling.fromJson constructor

GoogleCloudRunV2ServiceScaling.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2ServiceScaling.fromJson(core.Map json_)
    : this(
        minInstanceCount: json_.containsKey('minInstanceCount')
            ? json_['minInstanceCount'] as core.int
            : null,
      );