// Copyright 2015-present 650 Industries. All rights reserved. package host.exp.exponent.test class TestActionEvent( val id: Int, val selectorType: String?, val selectorValue: String?, val actionType: String?, val actionValue: String?, val delay: Int, val timeout: Int )