ExperimentExecutionActionTargetDetailsPropertiesResponse

data class ExperimentExecutionActionTargetDetailsPropertiesResponse(val error: ExperimentExecutionActionTargetDetailsErrorResponse, val status: String, val target: String, val targetCompletedTime: String, val targetFailedTime: String)

Model that represents the Experiment action target details properties model.

Constructors

constructor(error: ExperimentExecutionActionTargetDetailsErrorResponse, status: String, target: String, targetCompletedTime: String, targetFailedTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The status of the execution.

Link copied to clipboard

The target for the action.

Link copied to clipboard

String that represents the completed date time.

Link copied to clipboard

String that represents the failed date time.