The list of restore jobs that exist in the project.

RestoreJobList

interface RestoreJobList {
    data: RestoreJobModel[];
    pagination?: BackupPaginationResponse;
}

Properties

Properties

List of restore job objects

RestoreJobList

RestoreJobList