def __init__()

in okta/models/event/Action.py [0:0]


    def __init__(self):

        # Description of an action
        self.message = None  # str

        # Categories for an action
        self.categories = None

        # Identifies the unique type of an action
        self.objectType = None  # str

        # Relative uri of the request that generated the event.
        self.requestUri = None  # str