Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.61 KB

SyncRuleSchedule.md

File metadata and controls

18 lines (14 loc) · 1.61 KB

SyncRuleSchedule

Properties

Name Type Description Notes
begin str 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]
end str 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]
friday bool If true, this rule is in effect on Friday. If false, or unspecified, it is not. [optional]
monday bool If true, this rule is in effect on Monday. If false, or unspecified, it is not. [optional]
saturday bool If true, this rule is in effect on Saturday. If false, or unspecified, it is not. [optional]
sunday bool If true, this rule is in effect on Sunday. If false, or unspecified, it is not. [optional]
thursday bool If true, this rule is in effect on Thursday. If false, or unspecified, it is not. [optional]
tuesday bool If true, this rule is in effect on Tuesday. If false, or unspecified, it is not. [optional]
wednesday bool If true, this rule is in effect on Wednesday. If false, or unspecified, it is not. [optional]

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