Apex
...
Types
Input & Output Types
Types.UpdateResourceInput
represents input for updating resource(file/folder) properties using update resources docid kg0 yjfb4g2hqmn9zsec function following contuctors are available updateresourceinput( resource resourcetoupdate, map\<string, string> payload ) resourcetoupdate file or folder, to be updated represented by a resource docid\ mr7u7qdhigoasucpf nlr object payload map of property name and property value for example, to update name, use following map\<string, string> updates = new map\<string, string>(); updates put('name', 'new name');