Values.UpdateArchiveRequestSourceThe request to update properties of an existing email archive.
type nonrec t = {archiveId : ArchiveIdString.t;The identifier of the archive to update.
*)archiveName : ArchiveNameString.t option;A new, unique name for the archive.
*)retention : ArchiveRetention.t option;A new retention period for emails in the archive.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ArchiveIdString.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]