kappa_sdk.user_tasks.Redefinition#
- class kappa_sdk.user_tasks.Redefinition(mode, date=None)[source]#
The redefinition options of the user task.
Note
Should not be instantiated directly.
Attributes
Redefinition.date
Gets the date from which the user task is redefined (optional, used with 'other' mode).
Redefinition.mode
Gets the redefinition mode (start, current, other).
Methods
- Parameters:
mode (RedefinitionModeEnum)
date (datetime | None)