ChannelInputAttachment

data class ChannelInputAttachment(val automaticInputFailoverSettings: ChannelInputAttachmentAutomaticInputFailoverSettings? = null, val inputAttachmentName: String, val inputId: String, val inputSettings: ChannelInputAttachmentInputSettings? = null)

Constructors

Link copied to clipboard
constructor(automaticInputFailoverSettings: ChannelInputAttachmentAutomaticInputFailoverSettings? = null, inputAttachmentName: String, inputId: String, inputSettings: ChannelInputAttachmentInputSettings? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

User-specified name for the attachment.

Link copied to clipboard

The ID of the input.

Link copied to clipboard

Settings of an input. See Input Settings for more details