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