DatabaseRestoreJobResponse public class DatabaseRestoreJobResponse Documentation public RestoreDestinationOptions DestinationOptions { get; set; } public int? DestinationWorkspaceID { 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 NotificationOptions NotificationOptions { get; set; } public DateTime? ScheduledStartTime { get; set; } public bool UiJobActionsLocked { get; set; } public IEnumerable<UserMap> UserMappings { get; set; } public DatabaseRestoreJobResponse()