| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique Id of this group-attribute relation | [optional] |
| groupId | Integer | Id of group | [optional] |
| userAttributeId | Integer | Id of user attribute | [optional] |
| valueIsHidden | Boolean | If true, the "value" field will be null, because the attribute settings block access to this value | [optional] |
| rank | Integer | Precedence for resolving value for user | [optional] |
| value | String | Value of user attribute for group | [optional] |
| can | {String: Boolean} | Operations the current user is able to perform on this object | [optional] |