GoogleChromeManagementV1TelemetryDeviceInfo.fromJson constructor
GoogleChromeManagementV1TelemetryDeviceInfo.fromJson(
- Map json_
Implementation
GoogleChromeManagementV1TelemetryDeviceInfo.fromJson(core.Map json_)
: this(
deviceId: json_['deviceId'] as core.String?,
orgUnitId: json_['orgUnitId'] as core.String?,
);