Module Values.CreateSegmentEstimateRequestSource

Creates a segment estimate query.

Sourcetype nonrec t = {
  1. domainName : Name.t;
    (*

    The unique name of the domain.

    *)
  2. segmentQuery : SegmentGroupStructure.t option;
    (*

    The segment query for calculating a segment estimate.

    *)
  3. segmentSqlQuery : SensitiveString1To50000.t option;
    (*

    The segment SQL query.

    *)
}
Sourceval context_ : string
Sourceval make : ?segmentQuery:??? -> ?segmentSqlQuery:??? -> domainName:Name.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Name.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 ]) 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