MCPcopy 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
11func NewExecutionParameter(name string, value interface{}) *ExecutionParameter {
12 return &ExecutionParameter{name, value}
13}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected