Module Values.GroupSource

Contains dimensions that determine what to segment on.

Sourcetype nonrec t = {
  1. dimensions : DimensionList.t option;
    (*

    Defines the attributes to segment on.

    *)
  2. sourceSegments : SourceSegmentList.t option;
    (*

    Defines the starting source of data.

    *)
  3. sourceType : IncludeOptions.t option;
    (*

    Defines how to interact with the source data.

    *)
  4. type_ : IncludeOptions.t option;
    (*

    Defines how to interact with the profiles found in the current filtering.

    *)
}
Sourceval make : ?dimensions:??? -> ?sourceSegments:??? -> ?sourceType:??? -> ?type_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Map of ([> `String of TypeName.t ] * [> `Structure of (string * [> `Enum of string | `List of [> `String of String1To255.t ] list | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of Start.t ]) list ]) list ]) list ]) list | `String of Name.t | `Structure of (string * [> `Map of ([> `String of String1To255.t ] * [> `Structure of (string * [> `Enum of string | `List of [> `String of String1To255.t ] list ]) list ]) list | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `String of String1To255.t ] list | `Structure of (string * [> `Enum of string | `List of [> `String of String1To255.t ] list ]) list ]) list ]) 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