# TalonOne::ApplicationNotification ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **event** | **String** | Event type. It can be one of the following: ['campaign_evaluation_tree_changed'] | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ApplicationNotification.new(event: null) ```