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