Request to unlocalize multiple objects of same type
name | data type | description |
---|---|---|
ids | array of number | Get the list of ids |
Properties inherited from UnlocalizeRequest |
||
channelId | number | |
recursive | boolean | |
foregroundTime | number | |
types | array of Type |
Example
{ "ids" : [ 12345, 12345 ], "channelId" : 12345, "recursive" : true, "foregroundTime" : 12345, "types" : [ "file", "folder" ] }