GroupDetail

The full description of a group.

Structure
{   
     string name; 
     string description; 
     boolean isDeleted; 
     unsigned int type; 
     WebChannelArray webChannelArray;
     xmlChannelArray xmlChannelArray; 
     UserArray userArray; 
     UserArray adminArray; 
};
Fields
  • name   Unique group name.

  • description   Group description.

  • isDeleted   Has this group been deleted?

  • type   One of GroupType.

  • webChannelArray   Web channels of group.

  • xmlChannelArray   Database channels of group.

  • userArray   Users of group.

  • adminArray   Administrators of group.