UpsertWorkspaceBudgetResponse - TypeScript SDK
UpsertWorkspaceBudgetResponse - TypeScript SDK
UpsertWorkspaceBudgetResponse type definition
Example Usage
1 import { UpsertWorkspaceBudgetResponse } from "@openrouter/sdk/models"; 2 3 let value: UpsertWorkspaceBudgetResponse = { 4 data: { 5 createdAt: "2025-08-24T10:30:00Z", 6 id: "770e8400-e29b-41d4-a716-446655440000", 7 limitUsd: 100, 8 resetInterval: "monthly", 9 updatedAt: "2025-08-24T15:45:00Z", 10 workspaceId: "550e8400-e29b-41d4-a716-446655440000", 11 }, 12 };
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
data | models.WorkspaceBudget | ✔️ | N/A | {"created_at": "2025-08-24T10:30:00Z","id": "770e8400-e29b-41d4-a716-446655440000","limit_usd": 100,"reset_interval": "monthly","updated_at": "2025-08-24T15:45:00Z","workspace_id": "550e8400-e29b-41d4-a716-446655440000"} |