Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonPolicyTopicConstraint

Describes the effect on serving that a policy topic entry will have.

Inheritance
object
GoogleAdsSearchads360V23CommonPolicyTopicConstraint
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX