ConfigTeamSettings class abstract

Constructors

ConfigTeamSettings([void updates(ConfigTeamSettingsBuilder b)])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ConfigTeamSettingsBuilder)) ConfigTeamSettings
Rebuilds the instance.
inherited
toBuilder() ConfigTeamSettingsBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ConfigTeamSettings>
no setter