DriveRestrictions constructor

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

Implementation

DriveRestrictions({
  this.adminManagedRestrictions,
  this.copyRequiresWriterPermission,
  this.domainUsersOnly,
  this.driveMembersOnly,
  this.sharingFoldersRequiresOrganizerPermission,
});