GoogleAppsCloudidentityDevicesV1Device constructor

GoogleAppsCloudidentityDevicesV1Device({
  1. GoogleAppsCloudidentityDevicesV1AndroidAttributes? androidSpecificAttributes,
  2. String? assetTag,
  3. String? basebandVersion,
  4. String? bootloaderVersion,
  5. String? brand,
  6. String? buildNumber,
  7. String? compromisedState,
  8. String? createTime,
  9. String? deviceId,
  10. String? deviceType,
  11. bool? enabledDeveloperOptions,
  12. bool? enabledUsbDebugging,
  13. String? encryptionState,
  14. String? hostname,
  15. String? imei,
  16. String? kernelVersion,
  17. String? lastSyncTime,
  18. String? managementState,
  19. String? manufacturer,
  20. String? meid,
  21. String? model,
  22. String? name,
  23. String? networkOperator,
  24. String? osVersion,
  25. List<String>? otherAccounts,
  26. String? ownerType,
  27. String? releaseVersion,
  28. String? securityPatchTime,
  29. String? serialNumber,
  30. 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,
});