Values.QuotaSettingsSourceQuotas configured for a usage plan.
type nonrec t = {limit : Integer.t option;The target maximum number of requests that can be made in a given time period.
*)offset : Integer.t option;The number of requests subtracted from the given limit in the initial time period.
*)period : QuotaPeriodType.t option;The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".
*)}