Values.UpdateDataRetentionRequestSourceUpdates the data retention bot settings, allowing you to enable or disable the data retention service, or acknowledge the public key message.
type nonrec t = {networkId : NetworkId.t;The ID of the Wickr network containing the data retention bot.
*)actionType : DataRetentionActionType.t;The action to perform. Valid values are 'ENABLE' (to enable the data retention service), 'DISABLE' (to disable the service), or 'PUBKEY_MSG_ACK' (to acknowledge the public key message).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NetworkId.t ]) list ]