Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.42 KB

ConditionSchema.md

File metadata and controls

16 lines (12 loc) · 1.42 KB

Merge.HRISClient.Model.ConditionSchema

Properties

Name Type Description Notes
Id Guid The ID of the condition schema. This ID is used when updating selective syncs for a linked account.
CommonModel string The common model for which a condition schema is defined. [optional] [readonly]
NativeName string User-facing native condition name. e.g. "Skip Manager".
FieldName string The name of the field on the common model that this condition corresponds to, if they conceptually match. e.g. "location_type".
IsUnique bool Whether this condition can only be applied once. If false, the condition can be AND'd together multiple times. [optional]
ConditionType ConditionTypeEnum The type of value(s) that can be set for this condition. * `BOOLEAN` - BOOLEAN * `DATE` - DATE * `DATE_TIME` - DATE_TIME * `INTEGER` - INTEGER * `FLOAT` - FLOAT * `STRING` - STRING * `LIST_OF_STRINGS` - LIST_OF_STRINGS
Operators List<OperatorSchema> The schemas for the operators that can be used on a condition.

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