SetDataSaverOverrideRequest

@Serializable
data class SetDataSaverOverrideRequest(val dataSaverEnabled: Boolean? = null)

Request object containing input parameters for the EmulationDomain.setDataSaverOverride command.

Constructors

Link copied to clipboard
constructor(dataSaverEnabled: Boolean? = null)

Types

Link copied to clipboard
class Builder

A builder for SetDataSaverOverrideRequest, which allows setting the optional parameters of the EmulationDomain.setDataSaverOverride command via a lambda.

Properties

Link copied to clipboard

Override value. Omitting the parameter disables the override.