Class BudgetStatus
Budget status check result.
public sealed record BudgetStatus : IEquatable<BudgetStatus>
- Inheritance
-
BudgetStatus
- Implements
- Inherited Members
Properties
IsExceeded
public bool IsExceeded { get; }
Property Value
IsWarning
public bool IsWarning { get; }
Property Value
LimitUsd
public decimal? LimitUsd { get; init; }
Property Value
Period
public BudgetPeriod Period { get; init; }
Property Value
RemainingUsd
public decimal RemainingUsd { get; }
Property Value
SpentUsd
public decimal SpentUsd { get; init; }
Property Value
WarningThresholdUsd
public decimal? WarningThresholdUsd { get; init; }