Module Values.LabelSummarySource

List of labels used by one or more of the rules of a RuleGroup. This summary object is used for the following rule group lists: AvailableLabels - Labels that rules add to matching requests. These labels are defined in the RuleLabels for a Rule. ConsumedLabels - Labels that rules match against. These labels are defined in a LabelMatchStatement specification, in the Statement definition of a rule.

Sourcetype nonrec t = {
  1. name : LabelName.t option;
    (*

    An individual label specification.

    *)
}
Sourceval make : ?name:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LabelName.t ]) 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