ActionStatusResponse

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
constructor(actionId: String, actionName: String, endTime: String, startTime: String, status: String, targets: List<ExperimentExecutionActionTargetDetailsPropertiesResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of the action status.

Link copied to clipboard

The name of the action status.

Link copied to clipboard

String that represents the end time of the action.

Link copied to clipboard

String that represents the start time of the action.

Link copied to clipboard

The status of the action.

Link copied to clipboard