namespace CANFDApiProxy.Requests { public class NetworkRequest { public bool dhcp { get; set; } public string set_address { get; set; } } }