Offer.Throughput
type t =
| Manual of int
| Autoscale of {
max_throughput : int;
}
val to_content : t -> Cosmos.Json_converter_t.offer_content
val of_content : Cosmos.Json_converter_t.offer_content -> t option
val string_of : t -> string