MmEnvironmentConfigTeamSettings constructor

MmEnvironmentConfigTeamSettings({
  1. bool? siteName,
  2. bool? maxUsersPerTeam,
  3. bool? enableTeamCreation,
  4. bool? enableUserCreation,
  5. bool? enableOpenServer,
  6. bool? restrictCreationToDomains,
  7. bool? enableCustomBrand,
  8. bool? customBrandText,
  9. bool? customDescriptionText,
  10. bool? restrictDirectMessage,
  11. bool? restrictTeamInvite,
  12. bool? restrictPublicChannelManagement,
  13. bool? restrictPrivateChannelManagement,
  14. bool? restrictPublicChannelCreation,
  15. bool? restrictPrivateChannelCreation,
  16. bool? restrictPublicChannelDeletion,
  17. bool? restrictPrivateChannelDeletion,
  18. bool? userStatusAwayTimeout,
  19. bool? maxChannelsPerTeam,
  20. 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,
});