Values.UsageAccountResultSourceContains information on the total of usage based on account IDs.
type nonrec t = {accountId : AccountId.t option;The Account ID that generated usage.
*)total : Total.t option;Represents the total of usage for the Account ID.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccountId.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]