Interface Properties Response
data class InterfacePropertiesResponse(val ipv4Address: String? = null, val ipv4Gateway: String? = null, val ipv4Subnet: String? = null, val name: String? = null)
Interface properties
Constructors
Link copied to clipboard
fun InterfacePropertiesResponse(ipv4Address: String? = null, ipv4Gateway: String? = null, ipv4Subnet: String? = null, name: String? = null)