NIMTeamUpdatedFields constructor

NIMTeamUpdatedFields({
  1. String? updatedAnnouncement,
  2. NIMTeamBeInviteModeEnum? updatedBeInviteMode,
  3. String? updatedExtension,
  4. String? updatedServerExtension,
  5. String? updatedIcon,
  6. String? updatedIntroduce,
  7. NIMTeamInviteModeEnum? updatedInviteMode,
  8. int? updatedMaxMemberCount,
  9. String? updatedName,
  10. NIMTeamExtensionUpdateModeEnum? updatedExtensionUpdateMode,
  11. NIMTeamUpdateModeEnum? updatedUpdateMode,
  12. NIMVerifyTypeEnum? updatedVerifyType,
  13. 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,
});