Parameter$create
Parameter$create(*, values=[], type=NULL) → self
Parameters:
Returns
Examples
param <- redivis$parameter("username.workflow_name.my_param")
param$create(values=list("foo","bar"))Was this helpful?

