action-parameter

action-parameter
action-parameter

Represents the parameters that are needed when calling a method.

JSON Example
{
    "id": "string",
    "dataType": "string",
    "isRequired": false,
    "isList": false
}
string
id
Optional

The id of the method parameter

string
dataType
Optional

The data type of the method parameter

boolean
isRequired
Optional

True if the parameter is required, false otherwise

boolean
isList
Optional

True if the parameter is a list of values, false if not

Property Of