Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.81 KB

XiqSchedule.md

File metadata and controls

27 lines (22 loc) · 1.81 KB

extremecloudiq.model.xiq_schedule.XiqSchedule

The OS object.

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, The OS object.

Dictionary Keys

Key Input Type Accessed Type Description Notes
description str, str, The OS object name. [optional]
schedule_type XiqScheduleType XiqScheduleType [optional]
start_date str, str, The OS object name. [optional]
end_date str, str, The OS object name. [optional]
start_time str, str, The OS object name. [optional]
end_time str, str, The OS object name. [optional]
recurrence_type XiqRecurrenceType XiqRecurrenceType [optional]
weekday_from XiqWeekday XiqWeekday [optional]
weekday_to XiqWeekday XiqWeekday [optional]
start_time2 str, str, The OS object name. [optional]
end_time2 str, str, The OS object name. [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

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