AdPolicyTopicEvidence constructor

AdPolicyTopicEvidence({
  1. AdPolicyTopicEvidenceCounterfeit? counterfeit,
  2. AdPolicyTopicEvidenceDestinationMismatch? destinationMismatch,
  3. AdPolicyTopicEvidenceDestinationNotWorking? destinationNotWorking,
  4. AdPolicyTopicEvidenceDestinationTextList? destinationTextList,
  5. int? httpCode,
  6. String? languageCode,
  7. AdPolicyTopicEvidenceLegalRemoval? legalRemoval,
  8. AdPolicyTopicEvidenceRegionalRequirements? regionalRequirements,
  9. AdPolicyTopicEvidenceTextList? textList,
  10. AdPolicyTopicEvidenceTrademark? trademark,
  11. AdPolicyTopicEvidenceWebsiteList? websiteList,
})

Implementation

AdPolicyTopicEvidence({
  this.counterfeit,
  this.destinationMismatch,
  this.destinationNotWorking,
  this.destinationTextList,
  this.httpCode,
  this.languageCode,
  this.legalRemoval,
  this.regionalRequirements,
  this.textList,
  this.trademark,
  this.websiteList,
});