AdPolicyTopicConstraint class
Details on ad serving constraints.
Constructors
- AdPolicyTopicConstraint({AdPolicyTopicConstraintAdPolicyCountryConstraintList? certificateDomainMismatchCountryList, AdPolicyTopicConstraintAdPolicyCountryConstraintList? certificateMissingCountryList, AdPolicyTopicConstraintAdPolicyCountryConstraintList? countryConstraint, AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint? globalCertificateDomainMismatch, AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint? globalCertificateMissing, String? requestCertificateFormLink, AdPolicyTopicConstraintAdPolicyResellerConstraint? resellerConstraint})
- AdPolicyTopicConstraint.fromJson(Map json_)
Properties
- certificateDomainMismatchCountryList ↔ AdPolicyTopicConstraintAdPolicyCountryConstraintList?
-
Countries where the resource's domain is not covered by the certificates
associated with it.
getter/setter pair
- certificateMissingCountryList ↔ AdPolicyTopicConstraintAdPolicyCountryConstraintList?
-
Countries where a certificate is required for serving.
getter/setter pair
- countryConstraint ↔ AdPolicyTopicConstraintAdPolicyCountryConstraintList?
-
Countries where the ad cannot serve.
getter/setter pair
- globalCertificateDomainMismatch ↔ AdPolicyTopicConstraintAdPolicyGlobalCertificateDomainMismatchConstraint?
-
Certificate is required to serve in any country and the existing
certificate does not cover the ad's domain.
getter/setter pair
- globalCertificateMissing ↔ AdPolicyTopicConstraintAdPolicyGlobalCertificateMissingConstraint?
-
Certificate is required to serve in any country.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestCertificateFormLink ↔ String?
-
Link to the form to request a certificate for the constraint.
getter/setter pair
- resellerConstraint ↔ AdPolicyTopicConstraintAdPolicyResellerConstraint?
-
Reseller constraint.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited