ModifyListViewRequestType
ModifyListViewRequestType
The parameters of ModifyListView.
JSON Example
{
"add": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"remove": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
array of ManagedObjectReference
add
Optional
Optional list of objects to add to the view.
Required privileges: System.View
array of ManagedObjectReference
remove
Optional
Optional list of objects to remove from the view.
Required privileges: System.View