VmwareNodePoolAutoscalingConfig.fromJson constructor

VmwareNodePoolAutoscalingConfig.fromJson(
  1. Map json_
)

Implementation

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