Values_1.UserProficiencyDisassociateSourceInformation about proficiency to be disassociated from the user.
type nonrec t = {attributeName : Values_0.PredefinedAttributeName.t;The name of user's proficiency.
*)attributeValue : Values_0.PredefinedAttributeStringValue.t;The value of user's proficiency.
*)}val make :
attributeName:Values_0.PredefinedAttributeName.t ->
attributeValue:Values_0.PredefinedAttributeStringValue.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.PredefinedAttributeName.t ]) list ]