Group constructor
Group({
- String? id,
- String? displayName,
- String? mail,
- String? mailNickname,
- String? description,
- String? visibility,
- String? groupLifecyclePolicy,
- DateTime? createdDateTime,
- String? classification,
- bool? hasExternalMembers,
- List<
String> ? proxyAddresses, - String? mailboxSettings,
- bool? isArchived,
- String? legalAgeGroupClassification,
- bool? isSubscribedByMail,
- bool? isFavorite,
- DateTime? renewedDateTime,
- bool? securityEnabled,
- String? securityIdentifier,
- bool? mailEnabled,
- List<
String> ? theme, - List<
String> ? groupTypes, - String? membershipRule,
- bool? membershipRuleProcessingState,
- String? preferredDataLocation,
- 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,
});