toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final maxScaledInReplicas = this.maxScaledInReplicas;
final timeWindowSec = this.timeWindowSec;
return {
'maxScaledInReplicas': ?maxScaledInReplicas,
'timeWindowSec': ?timeWindowSec,
};
}