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