TenantRestoreDrillPlan
Table of Contents
Properties
-
$backupCompletedAt
: string|null
-
$backupId
: string
-
$destructiveExecution
: bool
-
$dryRun
: bool
-
$jobId
: string
-
$tenantId
: string
-
$tenantSlug
: string
Methods
-
__construct()
: mixed
$backupCompletedAt
read-only
public
string|null
$backupCompletedAt
$backupId
read-only
public
string
$backupId
$destructiveExecution
read-only
public
bool
$destructiveExecution
$dryRun
read-only
public
bool
$dryRun
$jobId
read-only
public
string
$jobId
$tenantId
read-only
public
string
$tenantId
$tenantSlug
read-only
public
string
$tenantSlug
__construct()
public
__construct(string $jobId, string $backupId, string $tenantId, string $tenantSlug, string|null $backupCompletedAt, bool $dryRun, bool $destructiveExecution) : mixed
Parameters
-
$jobId
: string
-
-
$backupId
: string
-
-
$tenantId
: string
-
-
$tenantSlug
: string
-
-
$backupCompletedAt
: string|null
-
-
$dryRun
: bool
-
-
$destructiveExecution
: bool
-