Module Values.SegmentGroupStructureSource

Contains all groups of the segment definition.

Sourcetype nonrec t = {
  1. groups : SegmentGroupList.t option;
    (*

    Holds the list of groups within the segment definition.

    *)
  2. include_ : IncludeOptions.t option;
    (*

    Define whether to include or exclude the profiles that fit the segment criteria.

    *)
}
Sourceval make : ?groups:??? -> ?include_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `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 ] 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