interface ListDatabaseBackupsResponse {
    backups: ServerlessSQLDB.v1alpha1.DatabaseBackup[];
    totalCount: number;
}

Properties

Properties

List of the backups.

totalCount: number

Length of the backups list.