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

Relativity.MassOperations.V2.DTOs.MassSaveAsListRequest

DTO for a Mass Save as List request that does not yet have a primed mass process backing it.
public int ExistingListArtifactID { get; set; }

The ArtifactID of the list to be replaced. Used if Options = ReplaceExistingList.

public string ListName { get; set; }

The name of the list to be created if it is new. Used if Options = CreateNewList.

public string Notes { get; set; }

The notes for the list.

public SaveAsListOptions Options { get; set; }

The options for Save as List.