UpdateLinkedChildrenRequestType

UpdateLinkedChildrenRequestType
UpdateLinkedChildrenRequestType

The parameters of UpdateLinkedChildren.

JSON Example
{
    "addChangeSet": [
        {
            "_typeName": "string",
            "key": {
                "_typeName": "string",
                "type": "string",
                "value": "string"
            },
            "destroyWithParent": false
        }
    ],
    "removeSet": [
        {
            "_typeName": "string",
            "type": "string",
            "value": "string"
        }
    ]
}
addChangeSet
Optional

a set of LinkInfo objects that either add a new link or modify an exisiting link.

removeSet
Optional

a set of entities that should no longer link to this vApp.