The list of restore jobs that exist in the project.

RestoreJobList

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

Properties

Properties

List of restore job objects

RestoreJobList

pagination?: PaginationResponse

RestoreJobList