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

Relativity.ARM.Services.Interfaces.V1.Models.Restore.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; }