Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.11 KB

UserAttributeWithValue.md

File metadata and controls

19 lines (15 loc) · 1.11 KB

UserAttributeWithValue

Properties

Name Type Description Notes
name string Name of user attribute [optional]
label string Human-friendly label for user attribute [optional]
rank int Precedence for setting value on user (lowest wins) [optional]
value string Value of attribute for user [optional]
user_id int Id of User [optional]
user_can_edit bool Can the user set this value [optional]
value_is_hidden bool If true, the "value" field will be null, because the attribute settings block access to this value [optional]
user_attribute_id int Id of User Attribute [optional]
source string How user got this value for this attribute [optional]
can map[string,bool] Operations the current user is able to perform on this object [optional]

[Back to Model list] [Back to API list] [Back to README]