Interface Properties Response
data class InterfacePropertiesResponse(val ipv4Address: String? = null, val ipv4Gateway: String? = null, val ipv4Subnet: String? = null, val name: String? = null)
Interface properties
Interface properties