Values.NewUserAgentDetailSourceDetails new user agents used either at the resource or account level.
type nonrec t = {userAgent : UserAgent.t option;New user agent which accessed the resource.
*)isNewForEntireAccount : IsNewForEntireAccount.t option;Checks if the user agent is new for the entire account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IsNewForEntireAccount.t | `String of UserAgent.t ])
list ]