chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.overlay / SetShowAdHighlightsRequest

SetShowAdHighlightsRequest

data class SetShowAdHighlightsRequest

Request object containing input parameters for the OverlayDomain.setShowAdHighlights command.

Constructors

<init>

Request object containing input parameters for the OverlayDomain.setShowAdHighlights command.

SetShowAdHighlightsRequest(show: Boolean)

Properties

show

True for showing ad highlights

val show: Boolean