PersonalUsagePolicies constructor

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

Implementation

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