MmEnvironmentConfigTeamSettings constructor
MmEnvironmentConfigTeamSettings({
- bool? siteName,
- bool? maxUsersPerTeam,
- bool? enableTeamCreation,
- bool? enableUserCreation,
- bool? enableOpenServer,
- bool? restrictCreationToDomains,
- bool? enableCustomBrand,
- bool? customBrandText,
- bool? customDescriptionText,
- bool? restrictDirectMessage,
- bool? restrictTeamInvite,
- bool? restrictPublicChannelManagement,
- bool? restrictPrivateChannelManagement,
- bool? restrictPublicChannelCreation,
- bool? restrictPrivateChannelCreation,
- bool? restrictPublicChannelDeletion,
- bool? restrictPrivateChannelDeletion,
- bool? userStatusAwayTimeout,
- bool? maxChannelsPerTeam,
- bool? maxNotificationsPerChannel,
Returns a new MmEnvironmentConfigTeamSettings instance.
Implementation
MmEnvironmentConfigTeamSettings({
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,
});