GoogleAppsCloudidentityDevicesV1Device constructor
GoogleAppsCloudidentityDevicesV1Device({
- GoogleAppsCloudidentityDevicesV1AndroidAttributes? androidSpecificAttributes,
- String? assetTag,
- String? basebandVersion,
- String? bootloaderVersion,
- String? brand,
- String? buildNumber,
- String? compromisedState,
- String? createTime,
- String? deviceId,
- String? deviceType,
- bool? enabledDeveloperOptions,
- bool? enabledUsbDebugging,
- String? encryptionState,
- String? hostname,
- String? imei,
- String? kernelVersion,
- String? lastSyncTime,
- String? managementState,
- String? manufacturer,
- String? meid,
- String? model,
- String? name,
- String? networkOperator,
- String? osVersion,
- List<
String> ? otherAccounts, - String? ownerType,
- String? releaseVersion,
- String? securityPatchTime,
- String? serialNumber,
- List<
String> ? wifiMacAddresses,
Implementation
GoogleAppsCloudidentityDevicesV1Device({
this.androidSpecificAttributes,
this.assetTag,
this.basebandVersion,
this.bootloaderVersion,
this.brand,
this.buildNumber,
this.compromisedState,
this.createTime,
this.deviceId,
this.deviceType,
this.enabledDeveloperOptions,
this.enabledUsbDebugging,
this.encryptionState,
this.hostname,
this.imei,
this.kernelVersion,
this.lastSyncTime,
this.managementState,
this.manufacturer,
this.meid,
this.model,
this.name,
this.networkOperator,
this.osVersion,
this.otherAccounts,
this.ownerType,
this.releaseVersion,
this.securityPatchTime,
this.serialNumber,
this.wifiMacAddresses,
});