InputAttachment class

Placeholder documentation for InputAttachment

Constructors

InputAttachment({AutomaticInputFailoverSettings? automaticInputFailoverSettings, String? inputAttachmentName, String? inputId, InputSettings? inputSettings})
InputAttachment.fromJson(Map<String, dynamic> json)
factory

Properties

automaticInputFailoverSettings AutomaticInputFailoverSettings?
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.
final
hashCode int
The hash code for this object.
no setterinherited
inputAttachmentName String?
User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.
final
inputId String?
The ID of the input
final
inputSettings InputSettings?
Settings of an input (caption selector, etc.)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited