Create an AsyncSandbox from API response dict.
from_dict(
cls,
data: dict[str, Any],
client: AsyncSandboxClient,
auto_delete: bool = True
) -> AsyncSandbox| Name | Type | Description |
|---|---|---|
data* | dict[str, Any] | API response dictionary containing sandbox data. |
client* | AsyncSandboxClient | Parent AsyncSandboxClient for operations. |
auto_delete | bool | Default: TrueWhether to delete the sandbox on context exit. |