AccountTokenConditionRequestIp

data class AccountTokenConditionRequestIp(val ins: List<String>? = null, val notIns: List<String>? = null)

Constructors

Link copied to clipboard
constructor(ins: List<String>? = null, notIns: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ins: List<String>? = null

List of IPv4/IPv6 CIDR addresses.

Link copied to clipboard
val notIns: List<String>? = null

List of IPv4/IPv6 CIDR addresses.