Values.BatchUpdateRecommendationStatusSuccessfulEntrySourceList of operational recommendations that were successfully included or excluded.
type nonrec t = {appComponentId : EntityName255.t option;Indicates the identifier of an AppComponent.
*)entryId : String255.t option;An identifier for an entry in this batch that is used to communicate the result. The entryIds of a batch request need to be unique within a request.
*)excludeReason : ExcludeRecommendationReason.t option;Indicates the reason for excluding an operational recommendation.
*)excluded : BooleanOptional.t option;Indicates if the operational recommendation was successfully excluded.
*)item : UpdateRecommendationStatusItem.t option;The operational recommendation item.
*)referenceId : SpecReferenceId.t option;Reference identifier of the operational recommendation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of BooleanOptional.t
| `Enum of string
| `String of EntityName255.t
| `Structure of (string * [> `String of String500.t ]) list ])
list ]