The OS object.
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, | The OS object. |
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] |