Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
allowedSlots | decimal.Decimal, int, | decimal.Decimal, | The allowed slot within this code, -1 means unlimited | value must be a 32 bit integer |
originalSlots | decimal.Decimal, int, | decimal.Decimal, | The assigned allowed slot within this code, -1 means unlimited | value must be a 32 bit integer |
pipelineBundle | PipelineBundle | PipelineBundle | ||
usedSlots | decimal.Decimal, int, | decimal.Decimal, | Indicates how many slots can are used. | value must be a 32 bit integer |
movedSlots | decimal.Decimal, int, | decimal.Decimal, | The slots that where moved to another activation code | value must be a 32 bit integer |
id | str, uuid.UUID, | str, | value must be a uuid | |
usages | list, tuple, | tuple, | ||
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] |
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
list, tuple, | tuple, |
Class Name | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
ActivationCodeDetailUsage | ActivationCodeDetailUsage | ActivationCodeDetailUsage |