SetPressureNotificationsSuppressedRequest

@Serializable
data class SetPressureNotificationsSuppressedRequest(val suppressed: Boolean)

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

Constructors

constructor(suppressed: Boolean)

Properties

Link copied to clipboard

If true, memory pressure notifications will be suppressed.