Parameter passed as an argument for the action to be performed on the object within a container cluster.
nameStringrequiredvalueStringoptional |
Usage
Groovy
import com.electriccloud.client.groovy.models.ActionParameter def arg = new ActionParameter( name: "name-value" /* optional arguments */ )