UserActivatedEvent
Event dispatched when a user is activated
Attributes
action: stractivated: booldata: Optionaltimestamp: datetimetriggered_by: Optionaltype: strFunctions
__init__
Initialize self. See help(type(self)) for accurate signature.
type :
Literal - user action :
Literal - activated data :
gws_core.user.user.User | None timestamp :
datetime - <factory> triggered_by :
Optional activated :
bool - True get_event_name
Get the full event name in format 'type.action'
Return type :
str