EnvironmentConfigTeamSettingsBuilder class

Properties

customBrandText bool?
getter/setter pair
customDescriptionText bool?
getter/setter pair
enableCustomBrand bool?
getter/setter pair
enableOpenServer bool?
getter/setter pair
enableTeamCreation bool?
getter/setter pair
enableUserCreation bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxChannelsPerTeam bool?
getter/setter pair
maxNotificationsPerChannel bool?
getter/setter pair
maxUsersPerTeam bool?
getter/setter pair
restrictCreationToDomains bool?
getter/setter pair
restrictDirectMessage bool?
getter/setter pair
restrictPrivateChannelCreation bool?
getter/setter pair
restrictPrivateChannelDeletion bool?
getter/setter pair
restrictPrivateChannelManagement bool?
getter/setter pair
restrictPublicChannelCreation bool?
getter/setter pair
restrictPublicChannelDeletion bool?
getter/setter pair
restrictPublicChannelManagement bool?
getter/setter pair
restrictTeamInvite bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteName bool?
getter/setter pair
userStatusAwayTimeout bool?
getter/setter pair

Methods

build() → _$EnvironmentConfigTeamSettings
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(EnvironmentConfigTeamSettings other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(EnvironmentConfigTeamSettingsBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited