当前用户单属性更新参数模型。

interface UpdateOwnInfoByAttributeParams {
    attribute: UserInfoAttribute;
    value: UserInfoAttributeValue;
}

Properties

Properties

目标属性。

属性值。