toJson method

Map<String, dynamic> toJson()

Implementation

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