GoogleAppsCloudidentityDevicesV1AndroidAttributes constructor

GoogleAppsCloudidentityDevicesV1AndroidAttributes({
  1. bool? ctsProfileMatch,
  2. bool? enabledUnknownSources,
  3. bool? hasPotentiallyHarmfulApps,
  4. bool? ownerProfileAccount,
  5. String? ownershipPrivilege,
  6. bool? supportsWorkProfile,
  7. bool? verifiedBoot,
  8. bool? verifyAppsEnabled,
})

Implementation

GoogleAppsCloudidentityDevicesV1AndroidAttributes({
  this.ctsProfileMatch,
  this.enabledUnknownSources,
  this.hasPotentiallyHarmfulApps,
  this.ownerProfileAccount,
  this.ownershipPrivilege,
  this.supportsWorkProfile,
  this.verifiedBoot,
  this.verifyAppsEnabled,
});