GoogleChromeManagementV1ChromeAppInfo constructor

GoogleChromeManagementV1ChromeAppInfo({
  1. bool? googleOwned,
  2. bool? isCwsHosted,
  3. bool? isExtensionPolicySupported,
  4. bool? isKioskOnly,
  5. bool? isTheme,
  6. bool? kioskEnabled,
  7. int? minUserCount,
  8. List<GoogleChromeManagementV1ChromeAppPermission>? permissions,
  9. List<GoogleChromeManagementV1ChromeAppSiteAccess>? siteAccess,
  10. bool? supportEnabled,
  11. String? type,
})

Implementation

GoogleChromeManagementV1ChromeAppInfo({
  this.googleOwned,
  this.isCwsHosted,
  this.isExtensionPolicySupported,
  this.isKioskOnly,
  this.isTheme,
  this.kioskEnabled,
  this.minUserCount,
  this.permissions,
  this.siteAccess,
  this.supportEnabled,
  this.type,
});