GoogleCloudRunV2WorkerPoolScaling.fromJson constructor
GoogleCloudRunV2WorkerPoolScaling.fromJson(
- Map json_
Implementation
GoogleCloudRunV2WorkerPoolScaling.fromJson(core.Map json_)
: this(
manualInstanceCount: json_['manualInstanceCount'] as core.int?,
maxInstanceCount: json_['maxInstanceCount'] as core.int?,
maxSurge: json_['maxSurge'] as core.int?,
maxUnavailable: json_['maxUnavailable'] as core.int?,
minInstanceCount: json_['minInstanceCount'] as core.int?,
scalingMode: json_['scalingMode'] as core.String?,
);