Module Values_1.ContributionAnalysisTimeRangesSource

The definition for the ContributionAnalysisTimeRanges.

Sourcetype nonrec t = {
  1. startRange : TopicIRFilterOption.t option;
    (*

    The start range for the ContributionAnalysisTimeRanges.

    *)
  2. endRange : TopicIRFilterOption.t option;
    (*

    The end range for the ContributionAnalysisTimeRanges.

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