SetRecordingRequest

@Serializable
data class SetRecordingRequest(val shouldRecord: Boolean, val service: ServiceName)(source)

Request object containing input parameters for the BackgroundServiceDomain.setRecording command.

Constructors

Link copied to clipboard
constructor(shouldRecord: Boolean, service: ServiceName)

Properties

Link copied to clipboard
Link copied to clipboard