GoogleChromeManagementV1ProfileAppInstallInstance constructor

GoogleChromeManagementV1ProfileAppInstallInstance({
  1. String? email,
  2. String? profileId,
  3. String? profileOrgUnitId,
  4. String? profilePermanentId,
})

Implementation

GoogleChromeManagementV1ProfileAppInstallInstance({
  this.email,
  this.profileId,
  this.profileOrgUnitId,
  this.profilePermanentId,
});