Values.GetCaseRequestSourceReturns information about a specific case if it exists.
type nonrec t = {caseId : CaseId.t;A unique identifier of the case.
*)domainId : DomainId.t;The unique identifier of the Cases domain.
*)fields : GetCaseRequestFieldsList.t;A list of unique field identifiers.
*)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.
*)}val make :
?nextToken:??? ->
caseId:CaseId.t ->
domainId:DomainId.t ->
fields:GetCaseRequestFieldsList.t ->
unit ->
t