Action Status Response
data class ActionStatusResponse(val actionId: String, val actionName: String, val endTime: String, val startTime: String, val status: String, val targets: List<ExperimentExecutionActionTargetDetailsPropertiesResponse>)
Model that represents the an action and its status.