Map<String, dynamic> toJson() { final ipFilter = this.ipFilter; final name = this.name; return { 'IpFilter': ipFilter, 'Name': name, }; }