GoogleChromeManagementV1ChromeAppInfo constructor
GoogleChromeManagementV1ChromeAppInfo({
- bool? googleOwned,
- bool? isCwsHosted,
- bool? isExtensionPolicySupported,
- bool? isKioskOnly,
- bool? isTheme,
- bool? kioskEnabled,
- int? minUserCount,
- List<
GoogleChromeManagementV1ChromeAppPermission> ? permissions, - List<
GoogleChromeManagementV1ChromeAppSiteAccess> ? siteAccess, - bool? supportEnabled,
- 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,
});