GoogleChromeManagementVersionsV1ReportingDataPolicyData constructor

GoogleChromeManagementVersionsV1ReportingDataPolicyData({
  1. List<GoogleChromeManagementVersionsV1ReportingDataConflictingPolicyData>? conflicts,
  2. String? error,
  3. String? name,
  4. String? source,
  5. String? value,
})

Implementation

GoogleChromeManagementVersionsV1ReportingDataPolicyData({
  this.conflicts,
  this.error,
  this.name,
  this.source,
  this.value,
});