SetApiKeyBudgetRequestBody
Example Usage
typescript
import { SetApiKeyBudgetRequestBody } from "@meetkai/mka1/models/operations";
let value: SetApiKeyBudgetRequestBody = {
period: "monthly",
limit: 2308.36,
thresholds: [],
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
owner | operations.SetApiKeyBudgetOwner | ➖ | cluster = operator ceiling (org-admin read-only); org = self-budget |
period | operations.SetApiKeyBudgetPeriod | ✔️ | N/A |
limit | number | ✔️ | Spend limit in major currency units |
thresholds | operations.SetApiKeyBudgetThresholds[] | ✔️ | N/A |
webhookUrl | string | ➖ | N/A |
webhookSecret | string | ➖ | N/A |