AdPolicyTopicConstraint constructor
AdPolicyTopicConstraint({
- AdPolicyTopicConstraintAdPolicyCountryConstraintList? certificateDomainMismatchCountryList,
- AdPolicyTopicConstraintAdPolicyCountryConstraintList? certificateMissingCountryList,
- AdPolicyTopicConstraintAdPolicyCountryConstraintList? countryConstraint,
- AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint? globalCertificateDomainMismatch,
- AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint? globalCertificateMissing,
- String? requestCertificateFormLink,
- AdPolicyTopicConstraintAdPolicyResellerConstraint? resellerConstraint,
Implementation
AdPolicyTopicConstraint({
this.certificateDomainMismatchCountryList,
this.certificateMissingCountryList,
this.countryConstraint,
this.globalCertificateDomainMismatch,
this.globalCertificateMissing,
this.requestCertificateFormLink,
this.resellerConstraint,
});