ActivityParameterSet interface
Definition of the activity parameter set.
Properties
name | Gets or sets the name of the activity parameter set. |
parameters | Gets or sets the parameters of the activity parameter set. |
Property Details
name
Gets or sets the name of the activity parameter set.
name?: string
Property Value
string
parameters
Gets or sets the parameters of the activity parameter set.
parameters?: ActivityParameter[]