final | |
|---|---|
readonly | |
extends |
PaginatedResult |
implements |
ClientResult, ServerResult |
The response to a tasks/list request.
| Methods | ||
|---|---|---|
public
|
__construct(list<Task> $tasks, ?Cursor $nextCursor = null, MetaObject $meta = new MetaObject())
|
# |
public
static
|
fromArray(array<string, mixed> $data): static
|
# |
public
|
toArray(): array
|
# |
| Methods inherited from Nexus\Mcp\Core\Schema\Result\PaginatedResult |
|---|
jsonSerialize() |
| Properties | |||
|---|---|---|---|
public
|
list<Task>
|
$tasks
|
# |
| Properties inherited from Nexus\Mcp\Core\Schema\Result\PaginatedResult |
|---|
$nextCursor |
| Properties inherited from Nexus\Mcp\Core\Schema\Result |
|---|
$meta |