GoogleChromeManagementVersionsV1ReportingDataExtensionData class

Information of an extension installed on a Chrome browser profile.

Constructors

GoogleChromeManagementVersionsV1ReportingDataExtensionData.new({String? description, String? extensionId, String? extensionType, String? homepageUri, String? installationType, bool? isDisabled, bool? isWebstoreExtension, int? manifestVersion, String? name, List<String>? permissions, String? version})
GoogleChromeManagementVersionsV1ReportingDataExtensionData.fromJson(Map json_)

Properties

description String?
Description of the extension.
getter/setter pair
extensionId String?
ID of the extension.
getter/setter pair
extensionType String?
Type of the extension.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homepageUri String?
The URL of the homepage of the extension.
getter/setter pair
installationType String?
Installation type of the extension.
getter/setter pair
isDisabled bool?
Represents whether the user disabled the extension.
getter/setter pair
isWebstoreExtension bool?
Represents whether the extension is from the webstore.
getter/setter pair
manifestVersion int?
Manifest version of the extension.
getter/setter pair
name String?
Name of the extension.
getter/setter pair
permissions List<String>?
Permissions requested by the extension.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String?
Version of the extension.
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