Values.UpdateRecommendationStatusRequestEntrySourceDefines the operational recommendation item that is to be included or excluded.
type nonrec t = {appComponentId : EntityName255.t option;Indicates the identifier of the AppComponent.
*)entryId : String255.t;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;Indicates if the operational recommendation needs to be excluded. If set to True, the operational recommendation will be excluded.
*)item : UpdateRecommendationStatusItem.t option;The operational recommendation item.
*)referenceId : SpecReferenceId.t;Reference identifier of the operational recommendation item.
*)}val make :
?appComponentId:??? ->
?excludeReason:??? ->
?item:??? ->
entryId:String255.t ->
excluded:BooleanOptional.t ->
referenceId:SpecReferenceId.t ->
unit ->
tval 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 ]