Activity interface
Definition 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.  | 
| id | Gets or sets the id of the resource.  | 
| last | 
	Gets or sets the last modified time.  | 
| name | Gets the name of the activity. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| 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
id
Gets or sets the id of the resource.
id?: string
				Property Value
string
		lastModifiedTime
	  
	Gets or sets the last modified time.
lastModifiedTime?: Date
				Property Value
Date
name
Gets the name of the activity. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
				Property Value
string
		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[]