Share via


ExperimentExecutionActionTargetDetailsProperties Class

Definition

Model that represents the Experiment action target details properties model.

public class ExperimentExecutionActionTargetDetailsProperties
type ExperimentExecutionActionTargetDetailsProperties = class
Public Class ExperimentExecutionActionTargetDetailsProperties
Inheritance
ExperimentExecutionActionTargetDetailsProperties

Constructors

ExperimentExecutionActionTargetDetailsProperties()

Initializes a new instance of the ExperimentExecutionActionTargetDetailsProperties class.

ExperimentExecutionActionTargetDetailsProperties(String, String, Nullable<DateTime>, Nullable<DateTime>, ExperimentExecutionActionTargetDetailsError)

Initializes a new instance of the ExperimentExecutionActionTargetDetailsProperties class.

Properties

CompletedDateUtc

Gets string that represents the completed date time.

Error

Gets the error of the action.

FailedDateUtc

Gets string that represents the failed date time.

Status

Gets the status of the execution.

Target

Gets the target for the action.

Applies to