Interface PreviewRestoreJobList

The list of restore jobs that exist in the project.

RestoreJobList

interface PreviewRestoreJobList {
    data: PreviewRestoreJobModel[];
    pagination?: PreviewPaginationResponse;
}

Properties

Properties

List of restore job objects

RestoreJobList

RestoreJobList