MmConfigTeamSettings constructor
MmConfigTeamSettings({
- String? siteName,
- int? maxUsersPerTeam,
- bool? enableTeamCreation,
- bool? enableUserCreation,
- bool? enableOpenServer,
- String? restrictCreationToDomains,
- bool? enableCustomBrand,
- String? customBrandText,
- String? customDescriptionText,
- String? restrictDirectMessage,
- String? restrictTeamInvite,
- String? restrictPublicChannelManagement,
- String? restrictPrivateChannelManagement,
- String? restrictPublicChannelCreation,
- String? restrictPrivateChannelCreation,
- String? restrictPublicChannelDeletion,
- String? restrictPrivateChannelDeletion,
- int? userStatusAwayTimeout,
- int? maxChannelsPerTeam,
- int? maxNotificationsPerChannel,
Returns a new MmConfigTeamSettings instance.
Implementation
MmConfigTeamSettings({
this.siteName,
this.maxUsersPerTeam,
this.enableTeamCreation,
this.enableUserCreation,
this.enableOpenServer,
this.restrictCreationToDomains,
this.enableCustomBrand,
this.customBrandText,
this.customDescriptionText,
this.restrictDirectMessage,
this.restrictTeamInvite,
this.restrictPublicChannelManagement,
this.restrictPrivateChannelManagement,
this.restrictPublicChannelCreation,
this.restrictPrivateChannelCreation,
this.restrictPublicChannelDeletion,
this.restrictPrivateChannelDeletion,
this.userStatusAwayTimeout,
this.maxChannelsPerTeam,
this.maxNotificationsPerChannel,
});