GoogleChromeManagementVersionsV1ThirdPartyProfileUser constructor

GoogleChromeManagementVersionsV1ThirdPartyProfileUser({
  1. String? name,
  2. String? orgUnitId,
})

Implementation

GoogleChromeManagementVersionsV1ThirdPartyProfileUser({
  this.name,
  this.orgUnitId,
});