Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ NewExecutionParameter
Function
NewExecutionParameter
plugin/execution_parameter.go:11–13 ·
view source on GitHub ↗
(name string, value interface{})
Source
from the content-addressed store, hash-verified
9
}
10
11
func
NewExecutionParameter(name string, value
interface
{}) *ExecutionParameter {
12
return
&ExecutionParameter{name, value}
13
}
Callers
1
convertToPluginParameters
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected