Module Values.StepRequiredCapabilitiesSource

The details of required step capabilities.

Sourcetype nonrec t = {
  1. attributes : StepAttributeCapabilities.t option;
    (*

    The capability attributes that the step requires.

    *)
  2. amounts : StepAmountCapabilities.t option;
    (*

    The capability amounts that the step requires.

    *)
}
Sourceval make : ?attributes:??? -> ?amounts:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Double of Double.t | `List of [> `String of AttributeCapabilityValue.t ] list | `String of AttributeCapabilityName.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