Beamable SDK
Public Member Functions | Public Attributes | List of all members
Beamable.Common.Api.Groups.GroupCreateRequest Class Reference

Public Member Functions

 GroupCreateRequest (string name, string tag, string enrollmentType, long requirement, int maxSize)
 

Public Attributes

string name
 A unique name for the group. This must be at least 3 characters. This will correlate to the resulting group's Group.name.
 
string tag
 An optional 3 character tag for the group. This will correlate to the resulting group's Group.tag.
 
string enrollmentType
 The enrollment type must be either "open" or "closed". This will correlate to the resulting group's Group.enrollmentType.
 
long requirement
 This will be removed in a future version of Beamable. Please do not use this. Always leave it as 0.
 
int maxSize
 The maximum number of members that will be allowed to exist in the group at once. This will correlate to the resulting group's Group.maxSize. WARNING! This field cannot be updated later.
 

The documentation for this class was generated from the following file: