FlowValidation¶
Structure Class¶
FlowValidation
dataclass
¶
Contains information about validation of the flow.
This data type is used in the following API operations:
Attributes¶
details
class-attribute
instance-attribute
¶
details: FlowValidationDetails | None = None
Specific details about the validation issue encountered in the flow.
severity
instance-attribute
¶
severity: FlowValidationSeverity
The severity of the issue described in the message.
type
class-attribute
instance-attribute
¶
type: FlowValidationType | None = None
The type of validation issue encountered in the flow.