AutoscalingPolicyCpuUtilization.fromJson constructor
AutoscalingPolicyCpuUtilization.fromJson(
- Map json_
Implementation
AutoscalingPolicyCpuUtilization.fromJson(core.Map json_)
: this(
predictiveMethod: json_['predictiveMethod'] as core.String?,
utilizationTarget:
(json_['utilizationTarget'] as core.num?)?.toDouble(),
);