Step Class

Definition

Model that represents a step in the Experiment resource.

public class Step
type Step = class
Public Class Step
Inheritance
Step

Constructors

Name Description
Step()

Initializes a new instance of the Step class.

Step(String, IList<Branch>)

Initializes a new instance of the Step class.

Properties

Name Description
Branches

Gets or sets list of branches.

Name

Gets or sets string of the step name.

Applies to