Module Values_1.TopicIRGroupBySource

The definition for a TopicIRGroupBy.

Sourcetype nonrec t = {
  1. fieldName : Identifier.t option;
    (*

    The field name for the TopicIRGroupBy.

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

    The time granularity for the TopicIRGroupBy.

    *)
  3. sort : TopicSortClause.t option;
    (*

    The sort for the TopicIRGroupBy.

    *)
  4. displayFormat : DisplayFormat.t option;
    (*

    The display format for the TopicIRGroupBy.

    *)
  5. displayFormatOptions : DisplayFormatOptions.t option;
  6. namedEntity : NamedEntityRef.t option;
    (*

    The named entity for the TopicIRGroupBy.

    *)
}
Sourceval make : ?fieldName:??? -> ?timeGranularity:??? -> ?sort:??? -> ?displayFormat:??? -> ?displayFormatOptions:??? -> ?namedEntity:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of Values_0.Boolean.t | `Enum of string | `Integer of Values_0.Integer.t | `String of Values_0.LimitedString.t | `Structure of (string * [> `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