InputAttachment constructor
InputAttachment({
- AutomaticInputFailoverSettings? automaticInputFailoverSettings,
- String? inputAttachmentName,
- String? inputId,
- InputSettings? inputSettings,
Implementation
InputAttachment({
this.automaticInputFailoverSettings,
this.inputAttachmentName,
this.inputId,
this.inputSettings,
});