Class GoogleAdsSearchads360V23CommonPolicyTopicConstraint
Describes the effect on serving that a policy topic entry will have.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V23CommonPolicyTopicConstraint : IDirectResponseSchema
Properties
CertificateDomainMismatchInCountryList
Countries where the resource's domain is not covered by the certificates associated with it.
Declaration
[JsonProperty("certificateDomainMismatchInCountryList")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList CertificateDomainMismatchInCountryList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList |
CertificateMissingInCountryList
Countries where a certificate is required for serving.
Declaration
[JsonProperty("certificateMissingInCountryList")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList CertificateMissingInCountryList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList |
CountryConstraintList
Countries where the resource cannot serve.
Declaration
[JsonProperty("countryConstraintList")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList CountryConstraintList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonPolicyTopicConstraintCountryConstraintList |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResellerConstraint
Reseller constraint.
Declaration
[JsonProperty("resellerConstraint")]
public virtual GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint ResellerConstraint { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonPolicyTopicConstraintResellerConstraint |