DatabaseRestoreJobRequest public class DatabaseRestoreJobRequest Documentation public RestoreDestinationOptions DestinationOptions { get; set; } public GroupMapping GroupMapping { get; set; } public JobPriority JobPriority { get; set; } public NotificationOptions NotificationOptions { get; set; } public DateTime? ScheduledStartTime { get; set; } public string SourceDatabase { get; set; } public bool UiJobActionsLocked { get; set; } public UserMapping UserMapping { get; set; } public DatabaseRestoreJobRequest()