GoogleChromeManagementV1ChromeAppInfo class
Chrome Web Store app information.
Constructors
-
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}) - GoogleChromeManagementV1ChromeAppInfo.fromJson(Map json_)
Properties
- googleOwned ↔ bool?
-
Whether the app or extension is built and maintained by Google.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCwsHosted ↔ bool?
-
Whether the app or extension is in a published state in the Chrome Web
Store.
getter/setter pair
- isExtensionPolicySupported ↔ bool?
-
Whether an app supports policy for extensions.
getter/setter pair
- isKioskOnly ↔ bool?
-
Whether the app is only for Kiosk mode on ChromeOS devices
getter/setter pair
- isTheme ↔ bool?
-
Whether the app or extension is a theme.
getter/setter pair
- kioskEnabled ↔ bool?
-
Whether this app is enabled for Kiosk mode on ChromeOS devices
getter/setter pair
- minUserCount ↔ int?
-
The minimum number of users using this app.
getter/setter pair
-
permissions
↔ List<
GoogleChromeManagementV1ChromeAppPermission> ? -
Every custom permission requested by the app.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
siteAccess
↔ List<
GoogleChromeManagementV1ChromeAppSiteAccess> ? -
Every permission giving access to domains or broad host patterns.
getter/setter pair
- supportEnabled ↔ bool?
-
The app developer has enabled support for their app.
getter/setter pair
- type ↔ String?
-
Types of an item in the Chrome Web Store
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited