GoogleChromeManagementVersionsV1DeviceInfo.fromJson constructor
      
      GoogleChromeManagementVersionsV1DeviceInfo.fromJson(
    
    
- Map json_
 
Implementation
GoogleChromeManagementVersionsV1DeviceInfo.fromJson(core.Map json_)
  : this(
      affiliatedDeviceId: json_['affiliatedDeviceId'] as core.String?,
      deviceType: json_['deviceType'] as core.String?,
      hostname: json_['hostname'] as core.String?,
      machine: json_['machine'] as core.String?,
    );