MethodAction

MethodAction
MethodAction

This data object type defines an operation and its arguments, invoked on a particular entity.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "name": "string",
    "argument": [
        {
            "_typeName": "string",
            "value": {
                "_typeName": "string"
            }
        }
    ]
}
string
name
Required

Name of the operation.

argument
Optional

An array consisting of the arguments for the operation.