<PackageReference Include="Relativity.MassOperations.SDK" Version="2.0.0" />

Relativity.MassOperations.V2.DTOs.MultipleArtifactEditSelectionValue

DTO representing the value of a multi-object or multiple choice field for mass edit.
public List<ArtifactRef> ArtifactsToSet { get; set; }

The list of ArtifactRef objects to set. Must be disjoint from ArtifactsToUnset.

public List<ArtifactRef> ArtifactsToUnset { get; set; }

The list of ArtifactRef objects to unset. Must be disjoint from ArtifactsToSet.