FiredCreditThreshold
Tracks a credit exhaustion threshold and whether it has fired in the current cycle.
type FiredCreditThreshold {
threshold: Int!
fired: Boolean!
}
Fields
FiredCreditThreshold.threshold ● Int! non-null scalar
The percentage threshold (e.g., 80 means alert when 80% of credits are consumed).
FiredCreditThreshold.fired ● Boolean! non-null scalar
Whether the event has been fired for this threshold in the current billing cycle.