Values.UpdateDomainNameRequestSourceA request to change information about the DomainName resource.
type nonrec t = {domainName : String_.t;The name of the DomainName resource to be changed.
*)domainNameId : String_.t option;The identifier for the domain name resource. Supported only for private custom domain names.
*)patchOperations : ListOfPatchOperation.t option;For more information about supported patch operations, see Patch Operations.
*)}