Groups constructor

Groups({
  1. String? allowExternalMembers,
  2. String? allowGoogleCommunication,
  3. String? allowWebPosting,
  4. String? archiveOnly,
  5. String? customFooterText,
  6. String? customReplyTo,
  7. String? customRolesEnabledForSettingsToBeMerged,
  8. String? defaultMessageDenyNotificationText,
  9. String? defaultSender,
  10. String? description,
  11. String? email,
  12. String? enableCollaborativeInbox,
  13. String? favoriteRepliesOnTop,
  14. String? includeCustomFooter,
  15. String? includeInGlobalAddressList,
  16. String? isArchived,
  17. String? kind,
  18. int? maxMessageBytes,
  19. String? membersCanPostAsTheGroup,
  20. String? messageDisplayFont,
  21. String? messageModerationLevel,
  22. String? name,
  23. String? primaryLanguage,
  24. String? replyTo,
  25. String? sendMessageDenyNotification,
  26. String? showInGroupDirectory,
  27. String? spamModerationLevel,
  28. String? whoCanAdd,
  29. String? whoCanAddReferences,
  30. String? whoCanApproveMembers,
  31. String? whoCanApproveMessages,
  32. String? whoCanAssignTopics,
  33. String? whoCanAssistContent,
  34. String? whoCanBanUsers,
  35. String? whoCanContactOwner,
  36. String? whoCanDeleteAnyPost,
  37. String? whoCanDeleteTopics,
  38. String? whoCanDiscoverGroup,
  39. String? whoCanEnterFreeFormTags,
  40. String? whoCanHideAbuse,
  41. String? whoCanInvite,
  42. String? whoCanJoin,
  43. String? whoCanLeaveGroup,
  44. String? whoCanLockTopics,
  45. String? whoCanMakeTopicsSticky,
  46. String? whoCanMarkDuplicate,
  47. String? whoCanMarkFavoriteReplyOnAnyTopic,
  48. String? whoCanMarkFavoriteReplyOnOwnTopic,
  49. String? whoCanMarkNoResponseNeeded,
  50. String? whoCanModerateContent,
  51. String? whoCanModerateMembers,
  52. String? whoCanModifyMembers,
  53. String? whoCanModifyTagsAndCategories,
  54. String? whoCanMoveTopicsIn,
  55. String? whoCanMoveTopicsOut,
  56. String? whoCanPostAnnouncements,
  57. String? whoCanPostMessage,
  58. String? whoCanTakeTopics,
  59. String? whoCanUnassignTopic,
  60. String? whoCanUnmarkFavoriteReplyOnAnyTopic,
  61. String? whoCanViewGroup,
  62. String? whoCanViewMembership,
})

Implementation

Groups({
  this.allowExternalMembers,
  this.allowGoogleCommunication,
  this.allowWebPosting,
  this.archiveOnly,
  this.customFooterText,
  this.customReplyTo,
  this.customRolesEnabledForSettingsToBeMerged,
  this.defaultMessageDenyNotificationText,
  this.defaultSender,
  this.description,
  this.email,
  this.enableCollaborativeInbox,
  this.favoriteRepliesOnTop,
  this.includeCustomFooter,
  this.includeInGlobalAddressList,
  this.isArchived,
  this.kind,
  this.maxMessageBytes,
  this.membersCanPostAsTheGroup,
  this.messageDisplayFont,
  this.messageModerationLevel,
  this.name,
  this.primaryLanguage,
  this.replyTo,
  this.sendMessageDenyNotification,
  this.showInGroupDirectory,
  this.spamModerationLevel,
  this.whoCanAdd,
  this.whoCanAddReferences,
  this.whoCanApproveMembers,
  this.whoCanApproveMessages,
  this.whoCanAssignTopics,
  this.whoCanAssistContent,
  this.whoCanBanUsers,
  this.whoCanContactOwner,
  this.whoCanDeleteAnyPost,
  this.whoCanDeleteTopics,
  this.whoCanDiscoverGroup,
  this.whoCanEnterFreeFormTags,
  this.whoCanHideAbuse,
  this.whoCanInvite,
  this.whoCanJoin,
  this.whoCanLeaveGroup,
  this.whoCanLockTopics,
  this.whoCanMakeTopicsSticky,
  this.whoCanMarkDuplicate,
  this.whoCanMarkFavoriteReplyOnAnyTopic,
  this.whoCanMarkFavoriteReplyOnOwnTopic,
  this.whoCanMarkNoResponseNeeded,
  this.whoCanModerateContent,
  this.whoCanModerateMembers,
  this.whoCanModifyMembers,
  this.whoCanModifyTagsAndCategories,
  this.whoCanMoveTopicsIn,
  this.whoCanMoveTopicsOut,
  this.whoCanPostAnnouncements,
  this.whoCanPostMessage,
  this.whoCanTakeTopics,
  this.whoCanUnassignTopic,
  this.whoCanUnmarkFavoriteReplyOnAnyTopic,
  this.whoCanViewGroup,
  this.whoCanViewMembership,
});