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