Module Values.UpdateDataRetentionRequestSource

Updates the data retention bot settings, allowing you to enable or disable the data retention service, or acknowledge the public key message.

Sourcetype nonrec t = {
  1. networkId : NetworkId.t;
    (*

    The ID of the Wickr network containing the data retention bot.

    *)
  2. 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).

    *)
}
Sourceval context_ : string
Sourceval make : networkId:NetworkId.t -> actionType:DataRetentionActionType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of NetworkId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t