Values.BudgetSummarySourceThe budget summary.
type nonrec t = {budgetId : BudgetId.t option;The budget ID.
*)usageTrackingResource : UsageTrackingResource.t option;The resource used to track expenditure in the budget.
*)status : BudgetStatus.t option;The status of the budget. ACTIVE–The budget is being evaluated. INACTIVE–The budget is inactive. This can include Expired, Canceled, or deleted Deleted statuses.
*)displayName : ResourceName.t option;The display name of the budget summary to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)approximateDollarLimit : ConsumedUsageLimit.t option;The approximate dollar limit of the budget.
*)usages : ConsumedUsages.t option;The consumed usage for the budget.
*)createdBy : CreatedBy.t option;The user or system that created this resource.
*)createdAt : CreatedAt.t option;The date and time the resource was created.
*)updatedBy : UpdatedBy.t option;The user or system that updated this resource.
*)updatedAt : UpdatedAt.t option;The date and time the resource was updated.
*)description : Description.t option;The description of the budget summary. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of ConsumedUsageLimit.t
| `String of BudgetId.t
| `Structure of
(string * [> `Float of Float_.t | `String of QueueId.t ]) list
| `Timestamp of CreatedAt.t ])
list ]