StopClosedCaptionsRequest

data class StopClosedCaptionsRequest(@Json(name = "stop_transcription") val stopTranscription: Boolean? = null)

Constructors

Link copied to clipboard
constructor(@Json(name = "stop_transcription") stopTranscription: Boolean? = null)

Properties

Link copied to clipboard