GoogleCloudRunV2WorkerPoolScaling.fromJson constructor

GoogleCloudRunV2WorkerPoolScaling.fromJson(
  1. Map json_
)

Implementation

GoogleCloudRunV2WorkerPoolScaling.fromJson(core.Map json_)
  : this(manualInstanceCount: json_['manualInstanceCount'] as core.int?);