JobRunParameterType
Enum
The various data types that can be encoded into a JobRunParameterValue
Unknown :
0
Defaults to String
String :
1
A normal string encoding of undefined length
Integer :
2
A positive/negative integer (up to 64 bit). Should be encoded as a string
Decimal :
3
A positive/negative decimal. Should be encoded as a string
DateTime :
4
A date and time representation. Should be encoded as a ISO 8601 string
Date :
5
A date representation. Should be encoded as a ISO 8601 string