Apex
...
Types
Input & Output Types

Types.UpdateResourceInput

Represents input for updating resource(file/folder) properties using Update Resources function. Following contuctors are available -

Apex

  1. resourceToUpdate - File or folder, to be updated. Represented by a Resource object
  2. payload - Map of property name and property value. For example, to update name, use following -
Apex