Module Values.QuotaShareUtilizationDetailSource

An object that represents the capacity utilization details of all quota shares associated with a single job queue.

Sourcetype nonrec t = {
  1. topCapacityUtilization : QuotaShareCapacityUtilizationList.t option;
    (*

    A list of the top capacity utilizations across quota shares associated with a job queue.

    *)
}
Sourceval make : ?topCapacityUtilization:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Double.t | `String of String_.t ]) list ] list | `String of String_.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t