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