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

RestoreJobResponse

public class RestoreJobResponse

public string ArchivePath { get; set; }

public int? DestinationWorkspaceID { get; set; }

public string ExistingTargetDatabase { get; set; }

public IEnumerable<GroupMap> GroupMappings { get; set; }

public JobDetails JobDetails { get; set; }

public Guid JobExecutionGuid { get; set; }

public int JobExecutionID { get; set; }

public int JobID { get; set; }

public string JobName { get; set; }

public DateTime? ScheduledStartTime { get; set; }

public string SourceWorkspace { get; set; }

public bool UiJobActionsLocked { get; set; }

public IEnumerable<UserMap> UserMappings { get; set; }