GoogleChromeManagementVersionsV1ChromeOsUserSession.fromJson constructor
GoogleChromeManagementVersionsV1ChromeOsUserSession.fromJson(
- Map json_
Implementation
GoogleChromeManagementVersionsV1ChromeOsUserSession.fromJson(core.Map json_)
: this(
chromeOsDevice: json_.containsKey('chromeOsDevice')
? GoogleChromeManagementVersionsV1ChromeOsDevice.fromJson(
json_['chromeOsDevice'] as core.Map<core.String, core.dynamic>,
)
: null,
userDirectoryApiId: json_['userDirectoryApiId'] as core.String?,
userPrimaryEmail: json_['userPrimaryEmail'] as core.String?,
);