TaskDeletionDetails
in package
implements
TaskDetails
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $deletedTasks : int|null
- $matchedTasks : int|null
- $originalFilter : string|null
Methods
- __construct() : mixed
- fromArray() : self
Properties
$deletedTasks read-only
public
int|null
$deletedTasks
$matchedTasks read-only
public
int|null
$matchedTasks
$originalFilter read-only
public
string|null
$originalFilter
Methods
__construct()
public
__construct(int|null $matchedTasks, int|null $deletedTasks, string|null $originalFilter) : mixed
Parameters
- $matchedTasks : int|null
- $deletedTasks : int|null
- $originalFilter : string|null
-
the filter used in the delete task request
fromArray()
public
static fromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>