toJson method

Map<String, dynamic> toJson()

Implementation

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