|
4 | 4 |
|
5 | 5 | Name | Type | Description | Notes |
6 | 6 | ------------ | ------------- | ------------- | ------------- |
7 | | -**accepted_by_display_name** | Option<**String**> | | [optional] |
8 | | -**accepted_by_id** | Option<**String**> | | [optional] |
9 | | -**banned_at** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |
10 | | -**created_at** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |
11 | | -**group_id** | Option<**String**> | | [optional] |
12 | | -**has_joined_from_purchase** | Option<**bool**> | | [optional] |
13 | | -**id** | Option<**String**> | | [optional] |
14 | | -**is_representing** | Option<**bool**> | Whether the user is representing the group. This makes the group show up above the name tag in-game. | [optional][default to false] |
15 | | -**is_subscribed_to_announcements** | Option<**bool**> | | [optional][default to false] |
16 | | -**is_subscribed_to_event_announcements** | Option<**bool**> | | [optional] |
17 | | -**joined_at** | Option<**String**> | | [optional] |
18 | | -**last_post_read_at** | Option<**String**> | | [optional] |
19 | | -**m_role_ids** | Option<**Vec<String>**> | | [optional] |
20 | | -**manager_notes** | Option<**String**> | Only visible via the /groups/:groupId/members endpoint, **not** when fetching a specific user. | [optional] |
21 | | -**membership_status** | Option<[**models::GroupMemberStatus**](GroupMemberStatus.md)> | | [optional] |
22 | | -**role_ids** | Option<**Vec<String>**> | | [optional] |
| 7 | +**accepted_by_display_name** | Option<**String**> | Only missing when explicitly fetching own user. | [optional] |
| 8 | +**accepted_by_id** | Option<**String**> | Only missing when explicitly fetching own user. | [optional] |
| 9 | +**banned_at** | Option<**String**> | Only missing when explicitly fetching own user. | [optional] |
| 10 | +**created_at** | Option<**String**> | Only missing when explicitly fetching own user. | [optional] |
| 11 | +**group_id** | **String** | | |
| 12 | +**has_joined_from_purchase** | Option<**bool**> | Missing when explicitly fetching own user, or when group isn't linked to a purchase. | [optional] |
| 13 | +**id** | **String** | | |
| 14 | +**is_representing** | **bool** | Whether the user is representing the group. This makes the group show up above the name tag in-game. | [default to false] |
| 15 | +**is_subscribed_to_announcements** | **bool** | | [default to false] |
| 16 | +**is_subscribed_to_event_announcements** | Option<**bool**> | Only missing when explicitly fetching own user. | [optional] |
| 17 | +**joined_at** | Option<**String**> | | |
| 18 | +**last_post_read_at** | Option<**String**> | | |
| 19 | +**m_role_ids** | **Vec<String>** | | |
| 20 | +**manager_notes** | Option<**String**> | Only missing when explicitly fetching own user. | [optional] |
| 21 | +**membership_status** | [**models::GroupMemberStatus**](GroupMemberStatus.md) | | |
| 22 | +**role_ids** | **Vec<String>** | | |
23 | 23 | **user** | Option<[**models::GroupMemberLimitedUser**](GroupMemberLimitedUser.md)> | | [optional] |
24 | | -**user_id** | Option<**String**> | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | [optional] |
25 | | -**visibility** | Option<**String**> | | [optional] |
| 24 | +**user_id** | **String** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | |
| 25 | +**visibility** | **String** | | |
26 | 26 |
|
27 | 27 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
28 | 28 |
|
|
0 commit comments