The following are constructors for PluginDescribeResult.InputParameter.
public PluginDescribeResult.InputParameter(String name, String description, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)
public PluginDescribeResult.InputParameter(String name, Process.PluginDescribeResult.ParameterType parameterType, Boolean required)
The following are properties for PluginDescribeResult.InputParameter.
public String Description {get; set;}
Type: String
Size limit: 255 characters.
public String Name {get; set;}
Type: String
Size limit: 40 characters.
public Process.PluginDescribeResult.ParameterType ParameterType {get; set;}
Type: Process.PluginDescribeResult.ParameterType