SetAutomationOverrideRequest

@Serializable
data class SetAutomationOverrideRequest(val enabled: Boolean)

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean)

Properties

Link copied to clipboard

Whether the override should be enabled.