MethodActionArgument
MethodActionArgument
This data object type defines a named argument for an operation.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"value": {
"_typeName": "string"
}
}