IPRuleResponse

data class IPRuleResponse(val addressPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(addressPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addressPrefix: String? = null

Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed.