AdPolicyTopicConstraint constructor

AdPolicyTopicConstraint({
  1. AdPolicyTopicConstraintAdPolicyCountryConstraintList? certificateDomainMismatchCountryList,
  2. AdPolicyTopicConstraintAdPolicyCountryConstraintList? certificateMissingCountryList,
  3. AdPolicyTopicConstraintAdPolicyCountryConstraintList? countryConstraint,
  4. AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint? globalCertificateDomainMismatch,
  5. AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint? globalCertificateMissing,
  6. String? requestCertificateFormLink,
  7. AdPolicyTopicConstraintAdPolicyResellerConstraint? resellerConstraint,
})

Implementation

AdPolicyTopicConstraint({
  this.certificateDomainMismatchCountryList,
  this.certificateMissingCountryList,
  this.countryConstraint,
  this.globalCertificateDomainMismatch,
  this.globalCertificateMissing,
  this.requestCertificateFormLink,
  this.resellerConstraint,
});