GoogleChromeManagementVersionsV1ReportingData class
Reporting data of a Chrome browser profile.
Constructors
-
GoogleChromeManagementVersionsV1ReportingData.new({String? browserExecutablePath, List<
GoogleChromeManagementVersionsV1ReportingDataExtensionData> ? extensionData, List<GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData> ? extensionPolicyData, String? installedBrowserVersion, List<GoogleChromeManagementVersionsV1ReportingDataPolicyData> ? policyData, String? profilePath}) - GoogleChromeManagementVersionsV1ReportingData.fromJson(Map json_)
Properties
- browserExecutablePath ↔ String?
-
Executable path of the installed Chrome browser.
getter/setter pair
-
extensionData
↔ List<
GoogleChromeManagementVersionsV1ReportingDataExtensionData> ? -
Information of the extensions installed on the profile.
getter/setter pair
-
extensionPolicyData
↔ List<
GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData> ? -
Information of the policies applied on the extensions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- installedBrowserVersion ↔ String?
-
Updated version of a browser, if it is different from the active browser
version.
getter/setter pair
-
policyData
↔ List<
GoogleChromeManagementVersionsV1ReportingDataPolicyData> ? -
Information of the policies applied on the profile.
getter/setter pair
- profilePath ↔ String?
-
Path of the profile.
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