Group

Basic group information.

Structure
{   
     unsigned int groupId; 
     string name;
     string description; 
};
Fields
  • groupId   Unique ID of this group.

  • name   Unique group name.

  • description   Group description.

Remarks

GroupArray is an array of group structures.