Values.SubDomainSourceThe subdomain for the domain association.
type nonrec t = {subDomainSetting : SubDomainSetting.t option;Describes the settings for the subdomain.
*)verified : Verified.t option;The verified status of the subdomain
*)dnsRecord : DNSRecord.t option;The DNS record for the subdomain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Verified.t
| `String of DNSRecord.t
| `Structure of (string * [> `String of DomainPrefix.t ]) list ])
list ]