<PackageReference Include="Relativity.Server.Testing.Framework.Api.SDK" Version="5000.1.0" />

MassUpdateByObjectIdentifiersRequest

Represents a request to perform a mass update operation on a list of Documents or Relativity Dynamic Objects (RDOs). by modifying each of the specified object fields with the same value.

Gets or sets the fields and values used for updating each object. The same value is used for updating all object fields that are to be updated.

public IEnumerable<Artifact> Objects { get; set; }

Gets or sets a list of objects to be updated.