Values.DatasourcePackageUsageInfoSourceInformation on the usage of a data source package in the behavior graph.
type nonrec t = {volumeUsageInBytes : ByteValue.t option;Total volume of data in bytes per day ingested for a given data source package.
*)volumeUsageUpdateTime : Timestamp.t option;The data and time when the member account data volume was last updated. The value is an ISO8601 formatted string. For example, 2021-08-18T16:35:56.284Z.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of ByteValue.t | `Timestamp of Timestamp.t ]) list ]