VmwareNodePoolAutoscalingConfig.fromJson constructor
VmwareNodePoolAutoscalingConfig.fromJson(
- Map json_
Implementation
VmwareNodePoolAutoscalingConfig.fromJson(core.Map json_)
: this(
maxReplicas: json_['maxReplicas'] as core.int?,
minReplicas: json_['minReplicas'] as core.int?,
);