IPAccessControlResponse

data class IPAccessControlResponse(val allow: List<IPRangeResponse>? = null)

The IP access control.

Constructors

Link copied to clipboard
constructor(allow: List<IPRangeResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allow: List<IPRangeResponse>? = null

The IP allow list.