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}
)
Implementation
NIMTeamUpdatedFields({
this.updatedAnnouncement,
this.updatedBeInviteMode,
this.updatedExtension,
this.updatedServerExtension,
this.updatedIcon,
this.updatedIntroduce,
this.updatedInviteMode,
this.updatedMaxMemberCount,
this.updatedName,
this.updatedExtensionUpdateMode,
this.updatedUpdateMode,
this.updatedVerifyType,
this.updatedAllMuteMode,
});