NetworkProfileResponse

data class NetworkProfileResponse(val networkInterfaces: List<NetworkInterfaceResponse>? = null)

Describes the network information on this machine.

Constructors

Link copied to clipboard
constructor(networkInterfaces: List<NetworkInterfaceResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of network interfaces.