TeamDriveRestrictions constructor

TeamDriveRestrictions({
  1. bool? adminManagedRestrictions,
  2. bool? copyRequiresWriterPermission,
  3. bool? domainUsersOnly,
  4. bool? sharingFoldersRequiresOrganizerPermission,
  5. bool? teamMembersOnly,
})

Implementation

TeamDriveRestrictions({
  this.adminManagedRestrictions,
  this.copyRequiresWriterPermission,
  this.domainUsersOnly,
  this.sharingFoldersRequiresOrganizerPermission,
  this.teamMembersOnly,
});