PlaceholderValueList
PlaceholderValueList object represents list of argument script placeholder values.
Properties
JSON Example
{
"values": [
{
"placeholder_name": "string",
"value": [
"string"
]
}
]
}