PolicyIssue constructor

PolicyIssue({
  1. String? action,
  2. List<String>? adClients,
  3. String? adRequestCount,
  4. String? entityType,
  5. Date? firstDetectedDate,
  6. Date? lastDetectedDate,
  7. String? name,
  8. List<PolicyTopic>? policyTopics,
  9. String? site,
  10. String? siteSection,
  11. String? uri,
  12. Date? warningEscalationDate,
})

Implementation

PolicyIssue({
  this.action,
  this.adClients,
  this.adRequestCount,
  this.entityType,
  this.firstDetectedDate,
  this.lastDetectedDate,
  this.name,
  this.policyTopics,
  this.site,
  this.siteSection,
  this.uri,
  this.warningEscalationDate,
});