action-parameter-group

action-parameter-group
action-parameter-group

Contains the resource uuid and parameter values for a method.

JSON Example
{
    "resourceId": "string",
    "parameterValue": [
        {
            "name": "string",
            "value": "string"
        }
    ]
}
string As uuid As uuid
resourceId
Required

The resourceId field contains the Resource Id of the object which the action is run against.

array of name-value
parameterValue
Optional

Contains the parameter values associated with this resource.

Property Of