ActivityProperties interface
Properties of the activity.
Properties
| creation |
Gets or sets the creation time. |
| definition | Gets or sets the user name of the activity. |
| description | Gets or sets the description. |
| last |
Gets or sets the last modified time. |
| output |
Gets or sets the output types of the activity. |
| parameter |
Gets or sets the parameter sets of the activity. |
Property Details
creationTime
Gets or sets the creation time.
creationTime?: Date
Property Value
Date
definition
Gets or sets the user name of the activity.
definition?: string
Property Value
string
description
Gets or sets the description.
description?: string
Property Value
string
lastModifiedTime
Gets or sets the last modified time.
lastModifiedTime?: Date
Property Value
Date
outputTypes
Gets or sets the output types of the activity.
outputTypes?: ActivityOutputType[]
Property Value
parameterSets
Gets or sets the parameter sets of the activity.
parameterSets?: ActivityParameterSet[]