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

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

public class RestoreJobRequest

public string ArchivePath { get; set; }

public string ExistingTargetDatabase { get; set; }

public FileShareOptions FileShareOptions { get; set; }

public GroupMapping GroupMapping { get; set; }

public bool IncludeQualityCheck { get; set; }

public JobPriority JobPriority { get; set; }

public DateTime? ScheduledStartTime { get; set; }

public bool UiJobActionsLocked { get; set; }

public UserMapping UserMapping { get; set; }