AdPolicyTopicEvidence constructor
AdPolicyTopicEvidence({
- AdPolicyTopicEvidenceCounterfeit? counterfeit,
- AdPolicyTopicEvidenceDestinationMismatch? destinationMismatch,
- AdPolicyTopicEvidenceDestinationNotWorking? destinationNotWorking,
- AdPolicyTopicEvidenceDestinationTextList? destinationTextList,
- int? httpCode,
- String? languageCode,
- AdPolicyTopicEvidenceLegalRemoval? legalRemoval,
- AdPolicyTopicEvidenceRegionalRequirements? regionalRequirements,
- AdPolicyTopicEvidenceTextList? textList,
- AdPolicyTopicEvidenceTrademark? trademark,
- 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,
});