Skip to main content

DBBackupCopyList

A paginated list of copied database backups.

type DBBackupCopyList implements ModelList {
nextCursor: String
nodes: [DBBackupCopy!]!
total: Int!
}

Fields

DBBackupCopyList.nextCursor ● String scalar common

The cursor for the next page of backup copies.

DBBackupCopyList.nodes ● [DBBackupCopy!]! non-null object common

The backup copies returned in the current page.

DBBackupCopyList.total ● Int! non-null scalar common

The total number of backup copies.

Interfaces

ModelList interface common

A paginated list of models.

Returned By

dbBackupCopies query

Member Of

AppEnvironment object