Skip to main content

AppEnvironmentStartDBBackupCopyPayload

The result of starting a database backup copy.

type AppEnvironmentStartDBBackupCopyPayload {
app: App
message: String
success: Boolean
}

Fields

AppEnvironmentStartDBBackupCopyPayload.app ● App object common

The application that owns the environment.

AppEnvironmentStartDBBackupCopyPayload.message ● String scalar common

A human-readable result message.

AppEnvironmentStartDBBackupCopyPayload.success ● Boolean scalar common

Whether the operation succeeded.

Returned By

startDBBackupCopy mutation