GoogleAppsCloudidentityDevicesV1AndroidAttributes.fromJson constructor
GoogleAppsCloudidentityDevicesV1AndroidAttributes.fromJson(
- Map json_
Implementation
GoogleAppsCloudidentityDevicesV1AndroidAttributes.fromJson(core.Map json_)
: this(
ctsProfileMatch: json_['ctsProfileMatch'] as core.bool?,
enabledUnknownSources: json_['enabledUnknownSources'] as core.bool?,
hasPotentiallyHarmfulApps:
json_['hasPotentiallyHarmfulApps'] as core.bool?,
ownerProfileAccount: json_['ownerProfileAccount'] as core.bool?,
ownershipPrivilege: json_['ownershipPrivilege'] as core.String?,
supportsWorkProfile: json_['supportsWorkProfile'] as core.bool?,
verifiedBoot: json_['verifiedBoot'] as core.bool?,
verifyAppsEnabled: json_['verifyAppsEnabled'] as core.bool?,
);