final | |
|---|---|
readonly | |
extends |
ResourceContents |
Binary resource contents. The blob payload carries a base64-encoded
representation of the binary data.
| Methods | ||
|---|---|---|
public
|
__construct(string $uri, string $blob, ?string $mimeType = null, MetaObject $meta = new MetaObject())
|
# |
public
static
|
fromArray(array<string, mixed> $data): static
|
# |
public
|
toArray(): array
|
# |
| Methods inherited from Nexus\Mcp\Core\Schema\Resource\ResourceContents |
|---|
jsonSerialize() |
| Properties | |||
|---|---|---|---|
public
|
string
|
$blob
|
# |
| Properties inherited from Nexus\Mcp\Core\Schema\Resource\ResourceContents |
|---|
$uri, $mimeType, $meta |