GetSecurityIsolationStatusRequest

@Serializable
data class GetSecurityIsolationStatusRequest(val frameId: FrameId? = null)

Request object containing input parameters for the NetworkDomain.getSecurityIsolationStatus command.

Constructors

Link copied to clipboard
constructor(frameId: FrameId? = null)

Types

Link copied to clipboard
class Builder

A builder for GetSecurityIsolationStatusRequest, which allows setting the optional parameters of the NetworkDomain.getSecurityIsolationStatus command via a lambda.

Properties

Link copied to clipboard
val frameId: FrameId? = null

If no frameId is provided, the status of the target is provided.