IPTagResponse

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

IPTag associated with the object.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP tag type.

Link copied to clipboard
val tag: String

The value of the IP tag.