GoogleChromeManagementVersionsV1ChromeOsUserSession constructor

GoogleChromeManagementVersionsV1ChromeOsUserSession({
  1. GoogleChromeManagementVersionsV1ChromeOsDevice? chromeOsDevice,
  2. String? userDirectoryApiId,
  3. String? userPrimaryEmail,
})

Implementation

GoogleChromeManagementVersionsV1ChromeOsUserSession({
  this.chromeOsDevice,
  this.userDirectoryApiId,
  this.userPrimaryEmail,
});