Values_1.TopicIRGroupBySourceThe definition for a TopicIRGroupBy.
type nonrec t = {fieldName : Identifier.t option;The field name for the TopicIRGroupBy.
*)timeGranularity : Values_0.TopicTimeGranularity.t option;The time granularity for the TopicIRGroupBy.
*)sort : TopicSortClause.t option;The sort for the TopicIRGroupBy.
*)displayFormat : DisplayFormat.t option;The display format for the TopicIRGroupBy.
*)displayFormatOptions : DisplayFormatOptions.t option;namedEntity : NamedEntityRef.t option;The named entity for the TopicIRGroupBy.
*)}val 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 ]