Module Values.DimensionSource

Object that holds what profile and calculated attributes to segment on.

Sourcetype nonrec t = {
  1. profileAttributes : ProfileAttributes.t option;
    (*

    Object that holds the profile attributes to segment on.

    *)
  2. calculatedAttributes : CalculatedCustomAttributes.t option;
    (*

    Object that holds the calculated attributes to segment on.

    *)
}
Sourceval make : ?profileAttributes:??? -> ?calculatedAttributes:??? -> unit -> t
Sourceval to_value : t -> [> `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 | `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 ]
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