Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.77 KB

SyncRuleSchedule.md

File metadata and controls

18 lines (14 loc) · 1.77 KB

SyncRuleSchedule

Properties

Name Type Description Notes
Begin string Start time (inclusive) for this schedule, during its specified days. Format is "hh:mm" (24h format hour, and minute). A null value indicates the beginning of the day ("00:00"). [optional] [default to null]
End string End time (inclusive) for this schedule, during its specified days. Format is "hh:mm" (three-letter weekday name abbreviation, 24h format hour, and minute). A null value indicates the end of the day ("23:59"). [optional] [default to null]
Friday bool If true, this rule is in effect on Friday. If false, or unspecified, it is not. [optional] [default to null]
Monday bool If true, this rule is in effect on Monday. If false, or unspecified, it is not. [optional] [default to null]
Saturday bool If true, this rule is in effect on Saturday. If false, or unspecified, it is not. [optional] [default to null]
Sunday bool If true, this rule is in effect on Sunday. If false, or unspecified, it is not. [optional] [default to null]
Thursday bool If true, this rule is in effect on Thursday. If false, or unspecified, it is not. [optional] [default to null]
Tuesday bool If true, this rule is in effect on Tuesday. If false, or unspecified, it is not. [optional] [default to null]
Wednesday bool If true, this rule is in effect on Wednesday. If false, or unspecified, it is not. [optional] [default to null]

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