@override Map<String, dynamic> toJson() => { 'type': type, 'event_id': eventId, 'rate_limits': rateLimits.map((rl) => rl.toJson()).toList(), };