GoogleChromeManagementV1InstalledApp class
Describes an installed app.
Constructors
-
GoogleChromeManagementV1InstalledApp({String? appId, String? appInstallType, String? appSource, String? appType, String? browserDeviceCount, String? description, bool? disabled, String? displayName, String? homepageUri, String? osUserCount, List<
String> ? permissions}) - GoogleChromeManagementV1InstalledApp.fromJson(Map json_)
Properties
- appId ↔ String?
-
Unique identifier of the app.
getter/setter pair
- appInstallType ↔ String?
-
How the app was installed.
getter/setter pair
- appSource ↔ String?
-
Source of the installed app.
getter/setter pair
- appType ↔ String?
-
Type of the app.
getter/setter pair
- browserDeviceCount ↔ String?
-
Count of browser devices with this app installed.
getter/setter pair
- description ↔ String?
-
Description of the installed app.
getter/setter pair
- disabled ↔ bool?
-
Whether the app is disabled.
getter/setter pair
- displayName ↔ String?
-
Name of the installed app.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- homepageUri ↔ String?
-
Homepage uri of the installed app.
getter/setter pair
- osUserCount ↔ String?
-
Count of ChromeOS users with this app installed.
getter/setter pair
-
permissions
↔ List<
String> ? -
Permissions of the installed app.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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