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