GoogleChromeManagementVersionsV1ReportingData constructor

GoogleChromeManagementVersionsV1ReportingData({
  1. String? browserExecutablePath,
  2. List<GoogleChromeManagementVersionsV1ReportingDataExtensionData>? extensionData,
  3. List<GoogleChromeManagementVersionsV1ReportingDataExtensionPolicyData>? extensionPolicyData,
  4. String? installedBrowserVersion,
  5. List<GoogleChromeManagementVersionsV1ReportingDataPolicyData>? policyData,
  6. String? profilePath,
})

Implementation

GoogleChromeManagementVersionsV1ReportingData({
  this.browserExecutablePath,
  this.extensionData,
  this.extensionPolicyData,
  this.installedBrowserVersion,
  this.policyData,
  this.profilePath,
});