Module Values_1.TopicIRComparisonMethodSource

The definition of a TopicIRComparisonMethod.

Sourcetype nonrec t = {
  1. type_ : ComparisonMethodType.t option;
    (*

    The type for the TopicIRComparisonMethod.

    *)
  2. period : Values_0.TopicTimeGranularity.t option;
    (*

    The period for the TopicIRComparisonMethod.

    *)
  3. windowSize : Values_0.Integer.t option;
    (*

    The window size for the TopicIRComparisonMethod.

    *)
}
Sourceval make : ?type_:??? -> ?period:??? -> ?windowSize:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of Values_0.Integer.t ]) 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