exporttypeAssetUpdateProps= { properties:BasicAnyObject; // JSON including all properties that should be updated with updated values assetId?:string; assetIds?:string[]; collectionId?:string; // if specified, updates all assets in specified collection}