Values.PartnerDomainSourceRepresents a verified domain associated with a partner account.
type nonrec t = {domainName : DomainName.t option;The domain name that has been verified for the partner account.
*)registeredAt : DateTime.t option;The timestamp when the domain was registered and verified for the partner account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of DomainName.t | `Timestamp of DateTime.t ]) list ]