GoogleChromeManagementV1TelemetryUser constructor

GoogleChromeManagementV1TelemetryUser({
  1. String? customer,
  2. String? name,
  3. String? orgUnitId,
  4. List<GoogleChromeManagementV1TelemetryUserDevice>? userDevice,
  5. String? userEmail,
  6. String? userId,
})

Implementation

GoogleChromeManagementV1TelemetryUser({
  this.customer,
  this.name,
  this.orgUnitId,
  this.userDevice,
  this.userEmail,
  this.userId,
});