IpAddressResponse

data class IpAddressResponse(val ipAddress: String? = null)

Specifies the IP address of the network interface.

Constructors

Link copied to clipboard
constructor(ipAddress: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ipAddress: String? = null

Specifies the IP address of the network interface.