The end date and time
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, | The end date and time |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| month | decimal.Decimal, int, | decimal.Decimal, | The month | value must be a 32 bit integer |
| year | decimal.Decimal, int, | decimal.Decimal, | The year | value must be a 32 bit integer |
| minute_of_hour | decimal.Decimal, int, | decimal.Decimal, | The minute of the hour | value must be a 32 bit integer |
| day_of_month | decimal.Decimal, int, | decimal.Decimal, | The day of month | value must be a 32 bit integer |
| hour_of_day | decimal.Decimal, int, | decimal.Decimal, | The 24-hour format hour of day | value must be a 32 bit integer |
| 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] |