action-parameter

action-parameter
action-parameter

Represents the parameters that are needed when calling a method.

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

The data type of the method parameter

string
id
Optional

The id of the method parameter

boolean
isList
Optional

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

boolean
isRequired
Optional

True if the parameter is required, false otherwise

Property Of