chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.memory / SetPressureNotificationsSuppressedRequest

SetPressureNotificationsSuppressedRequest

data class SetPressureNotificationsSuppressedRequest

Request object containing input parameters for the MemoryDomain.setPressureNotificationsSuppressed command.

Constructors

<init>

Request object containing input parameters for the MemoryDomain.setPressureNotificationsSuppressed command.

SetPressureNotificationsSuppressedRequest(suppressed: Boolean)

Properties

suppressed

If true, memory pressure notifications will be suppressed.

val suppressed: Boolean