Map<String, dynamic> toJson() { final desiredInstances = this.desiredInstances; return { 'DesiredInstances': desiredInstances, }; }