PodAutoscaling.fromJson constructor

PodAutoscaling.fromJson(
  1. Map json_
)

Implementation

PodAutoscaling.fromJson(core.Map json_)
  : this(hpaProfile: json_['hpaProfile'] as core.String?);