Module Values.FrontOfQuotaSharesDetailSource

An object that represents the details of the first RUNNABLE job in each named quota share associated with a single job queue.

Sourcetype nonrec t = {
  1. quotaShares : FrontOfQuotaSharesJobSummaryMap.t option;
    (*

    Contains a list of the first RUNNABLE job in each named quota share.

    *)
  2. lastUpdatedAt : Long.t option;
    (*

    The Unix timestamp (in milliseconds) for when the first RUNNABLE job per quota share were all last updated.

    *)
}
Sourceval make : ?quotaShares:??? -> ?lastUpdatedAt:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Long.t | `Map of ([> `String of String_.t ] * [> `List of [> `Structure of (string * [> `Long of Long.t | `String of String_.t ]) list ] 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