UnlocalizeRequest Data Type

Request to unlocalize an object

Subtypes
MultiUnlocalizeRequest
Properties
name data type constraints description
channelId number required int
recursive boolean  
foregroundTime number  
types array of Type  

Example

{
  "channelId" : 12345,
  "recursive" : true,
  "foregroundTime" : 12345,
  "types" : [ "image", "folder" ]
}