ExperimentExecutionActionTargetDetailsProperties interface

Model that represents the Experiment action target details properties model.

Properties

error

The error of the action. NOTE: This property will not be serialized. It can only be populated by the server.

status

The status of the execution. NOTE: This property will not be serialized. It can only be populated by the server.

target

The target for the action. NOTE: This property will not be serialized. It can only be populated by the server.

targetCompletedTime

String that represents the completed date time. NOTE: This property will not be serialized. It can only be populated by the server.

targetFailedTime

String that represents the failed date time. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

error

The error of the action. NOTE: This property will not be serialized. It can only be populated by the server.

error?: ExperimentExecutionActionTargetDetailsError

Property Value

status

The status of the execution. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

target

The target for the action. NOTE: This property will not be serialized. It can only be populated by the server.

target?: string

Property Value

string

targetCompletedTime

String that represents the completed date time. NOTE: This property will not be serialized. It can only be populated by the server.

targetCompletedTime?: Date

Property Value

Date

targetFailedTime

String that represents the failed date time. NOTE: This property will not be serialized. It can only be populated by the server.

targetFailedTime?: Date

Property Value

Date