Map<String, dynamic> toJson() { return { 'origin': origin, 'includeSite': includeSite, 'urlRules': urlRules.map((e) => e.toJson()).toList(), }; }