Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 784 Bytes

File metadata and controls

executable file
·
12 lines (9 loc) · 784 Bytes

IO.Swagger.model.agreements.FormFieldConditionPredicate

Properties

Name Type Description Notes
FieldLocationIndex int? Index of the location of the form field used in the predicate [optional]
FieldName string Name of the field whose value is the basis of predicate [optional]
_Operator string Operator to be applied on the value of the predicate field. [optional]
Value string Value to compare against the value of the predicate's form field, using the specified operator [optional]

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