Values.ResourceBudgetEstimateSourceDescribes the estimated cost or usage that a budget tracks.
type nonrec t = {resourceName : ResourceName.t option;The resource name.
*)resourceType : ResourceType.t option;The type of resource the budget will track.
*)costEstimates : CostEstimates.t option;The cost estimate for the specified budget.
*)startTime : IsoDate.t option;The estimate start time.
*)endTime : IsoDate.t option;The estimate end time.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Structure of
(string * [> `Timestamp of IsoDate.t ]) list ])
list ]
list
| `String of NonEmptyString.t ])
list ]
list
| `String of ResourceName.t
| `Timestamp of IsoDate.t ])
list ]