Values.GetUsageRequestSourceThe GET request to get the usage data of a usage plan in a specified time interval.
type nonrec t = {usagePlanId : String_.t;The Id of the usage plan associated with the usage data.
*)keyId : String_.t option;The Id of the API key associated with the resultant usage data.
*)startDate : String_.t;The starting date (e.g., 2016-01-01) of the usage data.
*)endDate : String_.t;The ending date (e.g., 2016-12-31) of the usage data.
*)position : String_.t option;The current pagination position in the paged result set.
*)limit : NullableInteger.t option;The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of NullableInteger.t | `String of String_.t ])
list ]