IpRuleResponse

data class IpRuleResponse(val value: String? = null)

The IP restriction rule of the search service.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val value: String? = null

Value corresponding to a single IPv4 address (for example, 123.1.2.3) or an IP range in CIDR format (for example, 123.1.2.3/24) to be allowed.