Values.RejectGroupingRecommendationEntrySourceIndicates the rejected grouping recommendation.
type nonrec t = {groupingRecommendationId : String255.t;Indicates the identifier of the grouping recommendation.
*)rejectionReason : GroupingRecommendationRejectionReason.t option;Indicates the reason you had selected while rejecting a grouping recommendation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of String255.t ]) list ]