Experiment Execution Action Target Details Properties Response
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
Link copied to clipboard
constructor(error: ExperimentExecutionActionTargetDetailsErrorResponse, status: String, target: String, targetCompletedTime: String, targetFailedTime: String)