Values.AllianceLeadContactSourceContains contact information for the primary alliance lead responsible for partnership activities.
type nonrec t = {firstName : SensitiveUnicodeString.t;The first name of the alliance lead contact person.
*)lastName : SensitiveUnicodeString.t;The last name of the alliance lead contact person.
*)email : Email.t;The email address of the alliance lead contact person.
*)businessTitle : SensitiveUnicodeString.t;The business title or role of the alliance lead contact person.
*)}val make :
firstName:SensitiveUnicodeString.t ->
lastName:SensitiveUnicodeString.t ->
email:Email.t ->
businessTitle:SensitiveUnicodeString.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of SensitiveUnicodeString.t ]) list ]