Map<String, dynamic> toJson() { final cidrIp = this.cidrIp; return { if (cidrIp != null) 'CidrIp': cidrIp, }; }