Values.SearchRelatedItemsRequestSourceSearches for related items that are associated with a case. If no filters are provided, this returns all related items associated with a case.
type nonrec t = {domainId : DomainId.t;The unique identifier of the Cases domain.
*)caseId : CaseId.t;A unique identifier of the case.
*)maxResults : SearchRelatedItemsRequestMaxResultsInteger.t option;The maximum number of results to return per page.
*)nextToken : NextToken.t option;The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
*)filters : SearchRelatedItemsRequestFiltersList.t option;The list of types of related items and their parameters to use for filtering.
*)}val make :
?maxResults:??? ->
?nextToken:??? ->
?filters:??? ->
domainId:DomainId.t ->
caseId:CaseId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of SearchRelatedItemsRequestMaxResultsInteger.t
| `List of
[> `Structure of
(string
* [> `Structure of (string * Awso.Botodata.value) list ])
list ]
list
| `String of DomainId.t ])
list ]