Module Values_1.UserProficiencyDisassociateSource

Information about proficiency to be disassociated from the user.

Sourcetype nonrec t = {
  1. attributeName : Values_0.PredefinedAttributeName.t;
    (*

    The name of user's proficiency.

    *)
  2. attributeValue : Values_0.PredefinedAttributeStringValue.t;
    (*

    The value of user's proficiency.

    *)
}
Sourceval context_ : string
Sourceval make : attributeName:Values_0.PredefinedAttributeName.t -> attributeValue:Values_0.PredefinedAttributeStringValue.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.PredefinedAttributeName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t