DnsRequestAction

Provided if ActionType is DNS_REQUEST. It provides details about the DNS request that was detected.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the DNS request was blocked.

Link copied to clipboard

The DNS domain that is associated with the DNS request.

Link copied to clipboard

The protocol that was used for the DNS request.

Functions

Link copied to clipboard
inline fun copy(block: DnsRequestAction.Builder.() -> Unit = {}): DnsRequestAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String