GroupLifecyclePolicy constructor

GroupLifecyclePolicy({
  1. String? id,
  2. String? displayName,
  3. int? groupLifetimeInDays,
  4. List<String>? managedGroupTypes,
  5. List<String>? alternateNotificationEmails,
})

Implementation

GroupLifecyclePolicy({
  this.id,
  this.displayName,
  this.groupLifetimeInDays,
  this.managedGroupTypes,
  this.alternateNotificationEmails,
});