Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 620 Bytes

File metadata and controls

13 lines (9 loc) · 620 Bytes

StructFieldEvaluationResult

Represents the validity of a struct parameter's fields against the configured constraints.

Properties

Name Type Required Description
result ValidationResult Yes
evaluated_constraints List[StructFieldEvaluatedConstraint] Yes
required bool Yes Represents whether the parameter is a required input to the action.

[Back to Model list] [Back to API list] [Back to README]