<PackageReference Include="Relativity.ARM.SDK" Version="11.3.0" />

Relativity.ARM.Services.Interfaces.V1.Models.Restore.RestoreJobRequest

public class RestoreJobRequest

public string ArchivePath { get; set; }

public string ExistingTargetDatabase { get; set; }

public GroupMapping GroupMapping { get; set; }

public JobPriority JobPriority { get; set; }

public DateTime? ScheduledStartTime { get; set; }

public UserMapping UserMapping { get; set; }