Module Values.WorkerCapabilitiesSource

The details for worker capabilities.

Sourcetype nonrec t = {
  1. amounts : WorkerAmountCapabilityList.t;
    (*

    The worker capabilities amounts on a list of worker capabilities.

    *)
  2. attributes : WorkerAttributeCapabilityList.t;
    (*

    The worker attribute capabilities in the list of attribute capabilities.

    *)
}
Sourceval context_ : string
Sourceval make : amounts:WorkerAmountCapabilityList.t -> attributes:WorkerAttributeCapabilityList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Float of Float_.t | `List of [> `String of AttributeCapabilityValue.t ] list | `String of AmountCapabilityName.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