ListItemValue

data class ListItemValue(val ip: String? = null, val redirects: List<ListItemValueRedirect>? = null)

Constructors

Link copied to clipboard
constructor(ip: String? = null, redirects: List<ListItemValueRedirect>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null
Link copied to clipboard