MismatchedNodeInputTypeFlowValidationDetails¶
Structure Class¶
MismatchedNodeInputTypeFlowValidationDetails
dataclass
¶
Details about mismatched input data types in a node.
Attributes¶
expected_type
instance-attribute
¶
expected_type: FlowNodeIODataType
The expected data type for the node input.
node
instance-attribute
¶
node: str
The name of the node containing the input with the mismatched data type.