Fields

Fields
ParameterDescription
resourceToUpdate requiredThe Resource parameter is used to specify the SharePoint Resource (File or Folder) whose column values are to be updated.
payload
Map<String, String>
requiredA map containing the column names as keys and their corresponding new values as a value.

Constructors

global UpdateResourceInput(
   Resource resourceToUpdate,
   Map<String, String> payload
)