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.
Constructors
Link copied to clipboard
                fun ActionStatusResponse(actionId: String, actionName: String, endTime: String, startTime: String, status: String, targets: List<ExperimentExecutionActionTargetDetailsPropertiesResponse>)