Values.UpdateDomainUnitInputSourceUpdates the domain unit.
type nonrec t = {domainIdentifier : DomainId.t;The ID of the domain where you want to update a domain unit.
*)identifier : DomainUnitId.t;The ID of the domain unit that you want to update.
*)description : DomainUnitDescription.t option;The description of the domain unit that you want to update.
*)name : DomainUnitName.t option;The name of the domain unit that you want to update.
*)}val make :
?description:??? ->
?name:??? ->
domainIdentifier:DomainId.t ->
identifier:DomainUnitId.t ->
unit ->
t