ScriptActivityParameterType type
The type of the parameter.
KnownScriptActivityParameterType can be used interchangeably with ScriptActivityParameterType,
this enum contains the known values that the service supports.
Known values supported by the service
Boolean: Boolean
DateTime: DateTime
DateTimeOffset: DateTimeOffset
Decimal: Decimal
Double: Double
Guid: Guid
Int16: Int16
Int32: Int32
Int64: Int64
Single: Single
String: String
Timespan: Timespan
type ScriptActivityParameterType = string