Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.09 KB

File metadata and controls

19 lines (15 loc) · 1.09 KB

UserAttributeWithValue

Properties

Name Type Description Notes
name str Name of user attribute [optional]
label str Human-friendly label for user attribute [optional]
rank int Precedence for setting value on user (lowest wins) [optional]
value str 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 str How user got this value for this attribute [optional]
can dict(str, bool) Operations the current user is able to perform on this object [optional]

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