GoogleChromeManagementVersionsV1ReportingDataExtensionData constructor

GoogleChromeManagementVersionsV1ReportingDataExtensionData({
  1. String? description,
  2. String? extensionId,
  3. String? extensionType,
  4. String? homepageUri,
  5. String? installationType,
  6. bool? isDisabled,
  7. bool? isWebstoreExtension,
  8. int? manifestVersion,
  9. String? name,
  10. List<String>? permissions,
  11. String? version,
})

Implementation

GoogleChromeManagementVersionsV1ReportingDataExtensionData({
  this.description,
  this.extensionId,
  this.extensionType,
  this.homepageUri,
  this.installationType,
  this.isDisabled,
  this.isWebstoreExtension,
  this.manifestVersion,
  this.name,
  this.permissions,
  this.version,
});