IpTagResponse

data class IpTagResponse(val ipTagType: String, val tag: String)

The IP tag associated with the public IP address.

Constructors

Link copied to clipboard
constructor(ipTagType: String, tag: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IP tag type. Example: FirstPartyUsage.

Link copied to clipboard
val tag: String

IP tag associated with the public IP. Example: SQL, Storage etc.