<PackageReference Include="Relativity.Processing.SDK" Version="13.29.310" />

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingProfileRef

public class ProcessingProfileRef
Serves as the base class for ProcessingProfile instances.
public bool IsNew { get; }

Gets a Boolean value indicating whether the processing set is new.

public string Name { get; set; }

Gets or sets the user-friendly name of the processing profile.

public int ProcessingProfileID { get; set; }

Gets or set the Artifact ID of the processing profile.

Initializes a new instance of the ProcessingProfileRef.

public ProcessingProfileRef(int processingProfileID)

Initializes a new instance of the ProcessingProfileRef by using the specified Artifact ID.

public ProcessingProfileRef(int processingProfileID, string name)

Initializes a new instance of the ProcessingProfileRef by using the specified Artifact ID and user-friendly name.