Module Offer.Throughput

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