NIMTeamUpdatedFields class

群更新字段

Annotations
  • @JsonSerializable()

Constructors

NIMTeamUpdatedFields({String? updatedAnnouncement, NIMTeamBeInviteModeEnum? updatedBeInviteMode, String? updatedExtension, String? updatedServerExtension, String? updatedIcon, String? updatedIntroduce, NIMTeamInviteModeEnum? updatedInviteMode, int? updatedMaxMemberCount, String? updatedName, NIMTeamExtensionUpdateModeEnum? updatedExtensionUpdateMode, NIMTeamUpdateModeEnum? updatedUpdateMode, NIMVerifyTypeEnum? updatedVerifyType, NIMTeamAllMuteModeEnum? updatedAllMuteMode})
NIMTeamUpdatedFields.fromMap(Map map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAllMuteMode NIMTeamAllMuteModeEnum?
final
updatedAnnouncement String?
final
updatedBeInviteMode NIMTeamBeInviteModeEnum?
final
updatedExtension String?
final
updatedExtensionUpdateMode NIMTeamExtensionUpdateModeEnum?
final
updatedIcon String?
final
updatedIntroduce String?
final
updatedInviteMode NIMTeamInviteModeEnum?
final
updatedMaxMemberCount int?
final
updatedName String?
final
updatedServerExtension String?
final
updatedUpdateMode NIMTeamUpdateModeEnum?
final
updatedVerifyType NIMVerifyTypeEnum?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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