GoogleChromeManagementV1ChromeAppPermission constructor

GoogleChromeManagementV1ChromeAppPermission({
  1. bool? accessUserData,
  2. String? documentationUri,
  3. String? type,
})

Implementation

GoogleChromeManagementV1ChromeAppPermission({
  this.accessUserData,
  this.documentationUri,
  this.type,
});