Values.QuotaPeriodSourceInformation about the quota period.
type nonrec t = {periodValue : PeriodValue.t option;The value associated with the reported PeriodUnit.
*)periodUnit : PeriodUnit.t option;The time unit.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of PeriodValue.t ]) list ]