Values.DomainSummarySourceSummary information about one domain.
type nonrec t = {domainName : DomainName.t option;The name of the domain that the summary information applies to.
*)autoRenew : Boolean.t option;Indicates whether the domain is automatically renewed upon expiration.
*)transferLock : Boolean.t option;Indicates whether a domain is locked from unauthorized transfer to another party.
*)expiry : Timestamp.t option;Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of DomainName.t
| `Timestamp of Timestamp.t ])
list ]