Values.GroupingConfigurationSourceA structure that contains the complete grouping configuration for an account, including all defined grouping attributes and metadata about when it was last updated.
type nonrec t = {groupingAttributeDefinitions : GroupingAttributeDefinitions.t option;An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
*)updatedAt : Timestamp.t option;The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of GroupingString.t ] list
| `String of GroupingString.t ])
list ]
list
| `Timestamp of Timestamp.t ])
list ]