RestoreJobResponse public class RestoreJobResponse Documentation public AdvancedFileOptions AdvancedFileOptions { get; set; } public IEnumerable<ApplicationSettingsResponse> Applications { get; set; } public string ArchivePath { get; set; } public RestoreDestinationOptions DestinationOptions { 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 MigratorsDestinationOptions MigratorsDestinationOptions { get; set; } public NotificationOptions NotificationOptions { get; set; } public DateTime? ScheduledStartTime { get; set; } public string SourceWorkspace { get; set; } public bool UiJobActionsLocked { get; set; } public IEnumerable<UserMap> UserMappings { get; set; } public RestoreJobResponse()