Group constructor

Group({
  1. String? id,
  2. String? displayName,
  3. String? mail,
  4. String? mailNickname,
  5. String? description,
  6. String? visibility,
  7. String? groupLifecyclePolicy,
  8. DateTime? createdDateTime,
  9. String? classification,
  10. bool? hasExternalMembers,
  11. List<String>? proxyAddresses,
  12. String? mailboxSettings,
  13. bool? isArchived,
  14. String? legalAgeGroupClassification,
  15. bool? isSubscribedByMail,
  16. bool? isFavorite,
  17. DateTime? renewedDateTime,
  18. bool? securityEnabled,
  19. String? securityIdentifier,
  20. bool? mailEnabled,
  21. List<String>? theme,
  22. List<String>? groupTypes,
  23. String? membershipRule,
  24. bool? membershipRuleProcessingState,
  25. String? preferredDataLocation,
  26. String? preferredLanguage,
})

Implementation

Group({
  this.id,
  this.displayName,
  this.mail,
  this.mailNickname,
  this.description,
  this.visibility,
  this.groupLifecyclePolicy,
  this.createdDateTime,
  this.classification,
  this.hasExternalMembers,
  this.proxyAddresses,
  this.mailboxSettings,
  this.isArchived,
  this.legalAgeGroupClassification,
  this.isSubscribedByMail,
  this.isFavorite,
  this.renewedDateTime,
  this.securityEnabled,
  this.securityIdentifier,
  this.mailEnabled,
  this.theme,
  this.groupTypes,
  this.membershipRule,
  this.membershipRuleProcessingState,
  this.preferredDataLocation,
  this.preferredLanguage,
});