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

ImagingSetRequest

public class ImagingSetRequest
Represents request for ImaginingSet create and update operations.
public int DataSourceID { get; set; }

Gets or sets the Artifact ID of the saved search containing the documents for imaging.

public string EmailNotificationRecipients { get; set; }

Gets or sets a list of email addresses for users who are notified after the associated imaging job completes.

public int ImagingProfileID { get; set; }

Gets or sets the Artifact ID of the imaging profile associated with the imaging set.

public string Name { get; set; }

Gets or sets the user-friendly name of the imaging set.