ListNamedSandboxesResponseBody
September 16, 2026 ยท View on GitHub
Example Usage
import { ListNamedSandboxesResponseBody } from "@vercel/sdk/models/listnamedsandboxesop.js";
let value: ListNamedSandboxesResponseBody = {
pagination: {
count: 4183.09,
next: "<value>",
},
sandboxes: [],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
pagination | models.ListNamedSandboxesPagination | :heavy_check_mark: | N/A |
sandboxes | models.NamedSandbox[] | :heavy_check_mark: | N/A |