1 // Copyright 2015-present 650 Industries. All rights reserved. 2 package host.exp.exponent.test 3 4 class TestActionEvent( 5 val id: Int, 6 val selectorType: String?, 7 val selectorValue: String?, 8 val actionType: String?, 9 val actionValue: String?, 10 val delay: Int, 11 val timeout: Int 12 ) 13