GoogleChromeManagementVersionsV1ChromeOsDevice.fromJson constructor

GoogleChromeManagementVersionsV1ChromeOsDevice.fromJson(
  1. Map json_
)

Implementation

GoogleChromeManagementVersionsV1ChromeOsDevice.fromJson(core.Map json_)
  : this(
      deviceDirectoryApiId: json_['deviceDirectoryApiId'] as core.String?,
      serialNumber: json_['serialNumber'] as core.String?,
    );