Module Values_1.TopicIRContributionAnalysisSource

The definition for a TopicIRContributionAnalysis.

Sourcetype nonrec t = {
  1. factors : ContributionAnalysisFactorsList.t option;
    (*

    The factors for a TopicIRContributionAnalysis.

    *)
  2. timeRanges : ContributionAnalysisTimeRanges.t option;
    (*

    The time ranges for the TopicIRContributionAnalysis.

    *)
  3. direction : ContributionAnalysisDirection.t option;
    (*

    The direction for the TopicIRContributionAnalysis.

    *)
  4. sortType : ContributionAnalysisSortType.t option;
    (*

    The sort type for the TopicIRContributionAnalysis.

    *)
}
Sourceval make : ?factors:??? -> ?timeRanges:??? -> ?direction:??? -> ?sortType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ] list | `Structure of (string * [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `String of string | `Structure of (string * [> `String of Values_0.LimitedString.t ]) list ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `String of ConstantValueString.t ]) list ] list | `String of Values_0.LimitedString.t ]) 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