Values.TargetDomainSummarySourceContains summary information about a target domain.
type nonrec t = {targetDomainId : TargetDomainId.t option;The unique identifier of the target domain.
*)domainName : String_.t option;The domain name of the target domain.
*)verificationStatus : TargetDomainStatus.t option;The current verification status of the target domain.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of TargetDomainId.t ]) list ]