Thresholds
Example Usage
typescript
import { Thresholds } from "@meetkai/mka1/models/operations";
let value: Thresholds = {
pct: 616565,
action: "alert",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
pct | number | ✔️ | N/A |
action | operations.Action | ✔️ | N/A |