AutoscalingTargets.fromJson constructor

AutoscalingTargets.fromJson(
  1. Map json_
)

Implementation

AutoscalingTargets.fromJson(core.Map json_)
    : this(
        cpuUtilizationPercent: json_['cpuUtilizationPercent'] as core.int?,
        storageUtilizationGibPerNode:
            json_['storageUtilizationGibPerNode'] as core.int?,
      );