Module Values_1.HierarchyPathSource

Contains information about the levels of a hierarchy group.

Sourcetype nonrec t = {
  1. levelOne : HierarchyGroupSummary.t option;
    (*

    Information about level one.

    *)
  2. levelTwo : HierarchyGroupSummary.t option;
    (*

    Information about level two.

    *)
  3. levelThree : HierarchyGroupSummary.t option;
    (*

    Information about level three.

    *)
  4. levelFour : HierarchyGroupSummary.t option;
    (*

    Information about level four.

    *)
  5. levelFive : HierarchyGroupSummary.t option;
    (*

    Information about level five.

    *)
}
Sourceval make : ?levelOne:??? -> ?levelTwo:??? -> ?levelThree:??? -> ?levelFour:??? -> ?levelFive:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.HierarchyGroupId.t | `Timestamp of Values_0.Timestamp.t ]) 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