<PackageReference Include="Relativity.Server.ObjectManager.SDK" Version="1.1.2" />

UpdateRequest

public class UpdateRequest
Represents an update request for a Document or Relativity Dynamic Object (RDO).

Gets or sets the fields to be updated on the object.

public RelativityObjectRef Object { get; set; }

Gets or sets the RelativityObjectRef for the object to update.

public string ObjectVersionToken { get; set; }

Gets or sets version token of an object which, if set, will be used for record overwrite protection. It should be acquired from Read operation result.

public UpdateRequest()