IpAddressResponse

data class IpAddressResponse(val address: String? = null, val ipAddressVersion: String? = null, val subnet: SubnetResponse)

Describes properties of the IP address.

Constructors

Link copied to clipboard
constructor(address: String? = null, ipAddressVersion: String? = null, subnet: SubnetResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

Represents the IP Address.

Link copied to clipboard

Represents the Ip Address Version.

Link copied to clipboard

The subnet to which this IP address belongs.