Values.GetAccountActivityRequestSourceReturns a specific activity record that is available to the customer.
type nonrec t = {activityId : ActivityId.t;A unique identifier that identifies the activity.
*)languageCode : LanguageCode.t option;The language code used to return translated title and description fields.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ActivityId.t ]) list ]