ListApiKeyBudgetEventsData
Example Usage
typescript
import { ListApiKeyBudgetEventsData } from "@meetkai/mka1/models/operations";
let value: ListApiKeyBudgetEventsData = {
id: "<id>",
budgetId: "<id>",
type: "threshold_alert",
pct: 6333.21,
periodKey: "<value>",
spendSnapshot: 3865.08,
limitSnapshot: 3598.33,
createdAt: "1726029933780",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | ✔️ | N/A |
budgetId | string | ✔️ | N/A |
type | operations.ListApiKeyBudgetEventsType | ✔️ | N/A |
pct | number | ✔️ | N/A |
periodKey | string | ✔️ | N/A |
spendSnapshot | number | ✔️ | N/A |
limitSnapshot | number | ✔️ | N/A |
createdAt | string | ✔️ | N/A |