PersonalUsagePolicies constructor

PersonalUsagePolicies({
  1. List<String>? accountTypesWithManagementDisabled,
  2. String? bluetoothSharing,
  3. bool? cameraDisabled,
  4. int? maxDaysWithWorkOff,
  5. List<PersonalApplicationPolicy>? personalApplications,
  6. String? personalPlayStoreMode,
  7. String? privateSpacePolicy,
  8. bool? screenCaptureDisabled,
})

Implementation

PersonalUsagePolicies({
  this.accountTypesWithManagementDisabled,
  this.bluetoothSharing,
  this.cameraDisabled,
  this.maxDaysWithWorkOff,
  this.personalApplications,
  this.personalPlayStoreMode,
  this.privateSpacePolicy,
  this.screenCaptureDisabled,
});