maxUsers property

int? maxUsers
getter/setter pair

The maximum number of users the group can have, collectively. When null, an unlimited number of users may be in the group. Must be a number greater than 0.

Implementation

int? maxUsers;