ExperimentExecutionActionTargetDetailsProperties interface
Model that represents the Experiment action target details properties model.
Properties
| error | The error of the action. |
| status | The status of the execution. |
| target | The target for the action. |
| target |
String that represents the completed date time. |
| target |
String that represents the failed date time. |
Property Details
error
The error of the action.
error?: ExperimentExecutionActionTargetDetailsError
Property Value
status
The status of the execution.
status?: string
Property Value
string
target
The target for the action.
target?: string
Property Value
string
targetCompletedTime
String that represents the completed date time.
targetCompletedTime?: Date
Property Value
Date
targetFailedTime
String that represents the failed date time.
targetFailedTime?: Date
Property Value
Date