Package org.openapitools.client.models
Class GoLiveRequest
-
- All Implemented Interfaces:
public final class GoLiveRequest
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanstartHlsprivate final BooleanstartRecordingprivate final BooleanstartTranscription
-
Constructor Summary
Constructors Constructor Description GoLiveRequest(Boolean startHls, Boolean startRecording, Boolean startTranscription)
-
Method Summary
Modifier and Type Method Description final BooleangetStartHls()final BooleangetStartRecording()final BooleangetStartTranscription()-
-
Method Detail
-
getStartHls
final Boolean getStartHls()
-
getStartRecording
final Boolean getStartRecording()
-
getStartTranscription
final Boolean getStartTranscription()
-
-
-
-