AppEnvironmentStartLiveBackupCopyPayload
The result of starting a live backup copy.
type AppEnvironmentStartLiveBackupCopyPayload {
copyId: String
message: String
success: Boolean
}
Fields
AppEnvironmentStartLiveBackupCopyPayload.copyId ● String scalar common
The live backup copy ID.
AppEnvironmentStartLiveBackupCopyPayload.message ● String scalar common
A human-readable result message.
AppEnvironmentStartLiveBackupCopyPayload.success ● Boolean scalar common
Whether the operation succeeded.
Returned By
startLiveBackupCopy mutation