Shared model for updating a group (AKA 'UpdateCustomAttributesRequest') for:
More...
#include <AccelByteGroupModels.h>
|
|
FString | GroupName {} |
|
FString | GroupRegion {} |
|
EAccelByteGroupType | GroupType {EAccelByteGroupType::NONE} |
|
FJsonObjectWrapper | CustomAttributes {} |
| | Optional.
|
|
FString | GroupDescription {} |
| | Optional.
|
|
FString | GroupIcon {} |
| | Optional.
|
Shared model for updating a group (AKA 'UpdateCustomAttributesRequest') for:
- CreateGroup
- UpdateGroup
- Any of these fields can be updated after created.
- Do not use this directly to update, or you may inadvertently clear fields (such as GroupName).